Changeset 6223 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Jan 26, 2006, 4:52:13 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r6221 r6223 56 56 return false; 57 57 } 58 psArray *pendingFrames = p2rawToPending(config, rawFrames); 59 if (!pendingFrames) { 60 psError(PS_ERR_UNKNOWN, false, "no p2PendingFrames found"); 61 return false; 62 } 63 bool status = p2PendingFramePrint(stdout, config, pendingFrames); 64 if (!status) { 65 psError(PS_ERR_UNKNOWN, false, "p2PendingFramePrint() failed"); 58 bool status = rawScienceFramePrint(stdout, config, rawFrames); 59 if (!status) { 60 psError(PS_ERR_UNKNOWN, false, "rawScienceFramePrint() failed"); 66 61 return false; 67 62 }
Note:
See TracChangeset
for help on using the changeset viewer.
