Ignore:
Timestamp:
Jan 14, 2001, 5:42:22 PM (25 years ago)
Author:
umoeller
Message:

Misc. updates.

File:
1 edited

Legend:

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

    r14 r22  
    119119
    120120ULONG prfhINIError2(ULONG ulOptions,
    121                     PSZ pszINI,
     121                    const char *pcszINI,
    122122                    FILE* fLog,
    123123                    PFNWP fncbError,
     
    126126    CHAR szError2[2000];
    127127    sprintf(szError2, "An error occured copying the profile %s: \n%s",
    128             pszINI, pszErrorString);
     128            pcszINI, pszErrorString);
    129129    return (prfhINIError(ulOptions, fLog, fncbError, szError2));
    130130}
Note: See TracChangeset for help on using the changeset viewer.