Changeset 273 for branches/branch-1-0/src/helpers/dosh.c
- Timestamp:
- Dec 18, 2004, 6:12:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/dosh.c
r264 r273 3053 3053 // all the time when saving a file 3054 3054 // V0.9.18 (2002-03-08) [umoeller] 3055 if (p = strchr(pszContent, '\26')) 3055 // if (p = strchr(pszContent, '\26')) What the hell is this??? Octal 26 = Decimal 22 != Ctrl-Z 3056 if (p = strchr(pszContent, '\x1A')) // V1.0.4 (2004-12-18) [pr] 3056 3057 { 3057 3058 *p = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.