Changeset 1505 for trunk/dll/flesh.c


Ignore:
Timestamp:
Apr 12, 2010, 12:29:56 AM (15 years ago)
Author:
Gregg Young
Message:

Remove unnecessary type casts; minor formating cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r1498 r1505  
    371371                   GetPString(IDS_LANERROR2TEXT));
    372372            NoBrokenNotify = 255;
    373             PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify",
     373            PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify",
    374374                                &NoBrokenNotify, sizeof(ULONG));
    375375          }
     
    377377        else {
    378378          NoBrokenNotify--;
    379           PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify",
     379          PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify",
    380380                              &NoBrokenNotify, sizeof(ULONG));
    381381        }
     
    440440                       GetPString(IDS_FSDERROR2TEXT));
    441441                NoBrokenNotify = 255;
    442                 PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify",
     442                PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify",
    443443                                    &NoBrokenNotify, sizeof(ULONG));
    444444              }
     
    446446            else {
    447447              NoBrokenNotify--;
    448               PrfWriteProfileData(fmprof, (CHAR *) FM3Str, "NoBrokenNotify",
     448              PrfWriteProfileData(fmprof, FM3Str, "NoBrokenNotify",
    449449                                  &NoBrokenNotify, sizeof(ULONG));
    450450            }
Note: See TracChangeset for help on using the changeset viewer.