Changeset 27004 for trunk/ppStack/src/ppStackCombineFinal.c
- Timestamp:
- Feb 18, 2010, 6:42:01 PM (16 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStackCombineFinal.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppStackVersionDefinitions.h 12 ppStackErrorCodes.c 13 ppStackErrorCodes.h
-
- Property svn:ignore
-
trunk/ppStack/src/ppStackCombineFinal.c
r26184 r27004 31 31 if (!status) { 32 32 // Something went wrong 33 psError( PS_ERR_UNKNOWN, false, "Unable to read chunk %d", numChunk);33 psError(psErrorCodeLast(), false, "Unable to read chunk %d", numChunk); 34 34 return false; 35 35 } … … 55 55 56 56 if (!psThreadPoolWait(true)) { 57 psError( PS_ERR_UNKNOWN, false, "Unable to do final combination.");57 psError(psErrorCodeLast(), false, "Unable to do final combination."); 58 58 return false; 59 59 } … … 126 126 pmHDU *hdu = pmHDUFromCell(target->parent); 127 127 if (!hdu) { 128 psError(P S_ERR_UNKNOWN, false, "Unable to find HDU for output.");128 psError(PPSTACK_ERR_PROG, false, "Unable to find HDU for output."); 129 129 return false; 130 130 }
Note:
See TracChangeset
for help on using the changeset viewer.
