Changeset 1505 for trunk/dll/flesh.c
- Timestamp:
- Apr 12, 2010, 12:29:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r1498 r1505 371 371 GetPString(IDS_LANERROR2TEXT)); 372 372 NoBrokenNotify = 255; 373 PrfWriteProfileData(fmprof, (CHAR *)FM3Str, "NoBrokenNotify",373 PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify", 374 374 &NoBrokenNotify, sizeof(ULONG)); 375 375 } … … 377 377 else { 378 378 NoBrokenNotify--; 379 PrfWriteProfileData(fmprof, (CHAR *)FM3Str, "NoBrokenNotify",379 PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify", 380 380 &NoBrokenNotify, sizeof(ULONG)); 381 381 } … … 440 440 GetPString(IDS_FSDERROR2TEXT)); 441 441 NoBrokenNotify = 255; 442 PrfWriteProfileData(fmprof, (CHAR *)FM3Str, "NoBrokenNotify",442 PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify", 443 443 &NoBrokenNotify, sizeof(ULONG)); 444 444 } … … 446 446 else { 447 447 NoBrokenNotify--; 448 PrfWriteProfileData(fmprof, (CHAR *)FM3Str, "NoBrokenNotify",448 PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify", 449 449 &NoBrokenNotify, sizeof(ULONG)); 450 450 }
Note:
See TracChangeset
for help on using the changeset viewer.