Skip to content

Update system.cc#1

Merged
Steve132 merged 2 commits intoViewTouch:masterfrom
jackdigitalinsight:patch-1
Mar 29, 2015
Merged

Update system.cc#1
Steve132 merged 2 commits intoViewTouch:masterfrom
jackdigitalinsight:patch-1

Conversation

@jackdigitalinsight
Copy link
Copy Markdown
Contributor

Deal with line that was commented out to avoid writing to const argument, making sure copied string is null terminated. Otherwise, get a failure at startup ("Can't find path /usr/viewtouch/dat"). Also prevent buffer overflow and removed pointless memset.

Deal with line that was commented out to avoid writing to const argument, making sure copied string is null terminated. Otherwise, get a failure at startup ("Can't find path /usr/viewtouch/dat<garbage>"). Also prevent buffer overflow and removed pointless memset.
Makefile compiles external/blowfish.c with g++, which treats it as C++ and generates mangled names. So blowfish.h should not be included within "extern C" wrapper, otherwise get unresolved "BFDecrypt()" at link time.
Steve132 added a commit that referenced this pull request Mar 29, 2015
@Steve132 Steve132 merged commit 869ab9b into ViewTouch:master Mar 29, 2015
No0ne558 added a commit that referenced this pull request Jan 16, 2026
- Changed subcheck display from '#1' to 'Check #1 - Open/Closed/Voided'
- Added background highlighting for currently selected subcheck
- Used dark blue text color for better visibility
- Only shows enhanced display when multiple subchecks exist
- Maintains backward compatibility for single subcheck scenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants