- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ppSub/src
- Property svn:ignore
-
old new 13 13 ppSubErrorCodes.c 14 14 ppSubVersionDefinitions.h 15 ppSubConvolve
-
- Property svn:ignore
-
branches/eam_branches/20100225/ppSub/src/ppSubArguments.c
r27080 r27517 141 141 if (data->statsName && strlen(data->statsName) > 0) { 142 142 psString resolved = pmConfigConvertFilename(data->statsName, config, true, true); // Resolved filename 143 if (!resolved) { 144 psError(psErrorCodeLast(), false, "Unable to resolve statistics file: %s", data->statsName); 145 return false; 146 } 143 147 data->statsFile = fopen(resolved, "w"); 144 148 if (!data->statsFile) {
Note:
See TracChangeset
for help on using the changeset viewer.
