Changeset 198
- Timestamp:
- Nov 7, 2017, 7:13:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/os2/setaboot/setaboot.c
r67 r198 941 941 } 942 942 943 if (strncmp(AiRBOOT_Config->Identifier, "AiRCFG-TABLE ", 13)!=0) { // Rousseau: INVISIBLE CHAR HERE !943 if (strncmp(AiRBOOT_Config->Identifier, "AiRCFG-TABLE\xad", 13)!=0) { 944 944 puts ("SETABOOT: AiR-BOOT Config damaged!"); 945 945 *ab_bad = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.