Ignore:
Timestamp:
Nov 4, 2000, 8:55:45 PM (25 years ago)
Author:
umoeller
Message:

Updated string helpers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/prfh2.c

    r8 r12  
    622622    }
    623623
    624     if (    (Profiles.pszSysName)
    625          && (Profiles.pszUserName)
    626        )
    627     {
     624    if (Profiles.pszSysName)
    628625        free(Profiles.pszSysName);
     626    if (Profiles.pszUserName)
    629627        free(Profiles.pszUserName);
    630     }
    631628
    632629    if (fLog)
Note: See TracChangeset for help on using the changeset viewer.