- Timestamp:
- Mar 13, 2011, 5:09:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ppStack/src/ppStackSetup.c
r30620 r30894 51 51 psString outputName = psStringCopy(psMetadataLookupStr(NULL, config->arguments, 52 52 "OUTPUT")); // Name for temporary files 53 const char *tempName = basename(outputName);53 const char *tempName = psStringFileBasename(outputName); 54 54 if (!tempName) { 55 55 psError(PPSTACK_ERR_ARGUMENTS, false, "Unable to construct basename for temporary files."); … … 65 65 "Unable to find TEMP.IMAGE, TEMP.MASK and TEMP.VARIANCE in recipe"); 66 66 psFree(outputName); 67 psFree(tempName); 67 68 return false; 68 69 } … … 82 83 } 83 84 psFree(outputName); 85 psFree(tempName); 84 86 85 87 // Original images
Note:
See TracChangeset
for help on using the changeset viewer.
