Changeset 238 for trunk/src/helpers/prfh2.c
- Timestamp:
- Dec 24, 2002, 8:44:35 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/prfh2.c
r229 r238 109 109 } 110 110 111 return (ulrc);111 return ulrc; 112 112 } 113 113 … … 129 129 sprintf(szError2, "An error occured copying the profile %s: \n%s", 130 130 pcszINI, pszErrorString); 131 return (prfhINIError(ulOptions, fLog, fncbError, szError2));131 return prfhINIError(ulOptions, fLog, fncbError, szError2); 132 132 } 133 133 … … 638 638 639 639 if (ulErrorOccured != MBID_IGNORE) 640 return (999);640 return 999; 641 641 else 642 642 return NO_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.