Changeset 31158 for trunk/ppStack/src/ppStackSetup.c
- Timestamp:
- Apr 4, 2011, 1:16:41 PM (15 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/ppStackSetup.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
- Property svn:ignore
-
old new 17 17 autom4te.cache 18 18 Doxyfile 19 a.out.dSYM
-
- Property svn:mergeinfo deleted
- Property svn:ignore
-
trunk/ppStack/src/ppStackSetup.c
r30620 r31158 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.
