Changeset 1505 for trunk/dll/systemf.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/systemf.c

    r1498 r1505  
    656656
    657657    memset(&ex, 0, sizeof(EXECARGS));
     658    //DbgMsg(pszSrcFile, __LINE__, "env %s", environment);
    658659    if (!environment) {
    659660      ULONG size;
    660661
    661662      size = ENVIRONMENT_SIZE;
    662       PrfQueryProfileData(fmprof, (CHAR *) FM3Str, command, ex.environment, &size);
     663      PrfQueryProfileData(fmprof, FM3Str, command, ex.environment, &size);
    663664    }
    664665    else
Note: See TracChangeset for help on using the changeset viewer.