Changeset 1498 for trunk/dll/flesh.c
- Timestamp:
- Jan 18, 2010, 1:57:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r1482 r1498 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2005, 20 09Steven H. Levine9 Copyright (c) 2005, 2010 Steven H. Levine 10 10 11 11 24 May 05 SHL Rework Win_Error usage … … 30 30 aren't user settable; realappname should be used for setting applicable to 31 31 one or more miniapp but not to FM/2 32 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 32 33 33 34 ***********************************************************************/ … … 370 371 GetPString(IDS_LANERROR2TEXT)); 371 372 NoBrokenNotify = 255; 372 PrfWriteProfileData(fmprof, FM3Str,"NoBrokenNotify",373 PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify", 373 374 &NoBrokenNotify, sizeof(ULONG)); 374 375 } … … 376 377 else { 377 378 NoBrokenNotify--; 378 PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify",379 PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify", 379 380 &NoBrokenNotify, sizeof(ULONG)); 380 381 } … … 439 440 GetPString(IDS_FSDERROR2TEXT)); 440 441 NoBrokenNotify = 255; 441 PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify",442 PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify", 442 443 &NoBrokenNotify, sizeof(ULONG)); 443 444 } … … 445 446 else { 446 447 NoBrokenNotify--; 447 PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify",448 PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify", 448 449 &NoBrokenNotify, sizeof(ULONG)); 449 450 }
Note:
See TracChangeset
for help on using the changeset viewer.