Changeset 6220 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Jan 26, 2006, 4:29:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r6210 r6220 61 61 return false; 62 62 } 63 bool status = p2 writePendingFrames(config, pendingFrames);64 if (!status) { 65 psError(PS_ERR_UNKNOWN, false, "p2 writePendingFrames() failed");63 bool status = p2PendingFramePrint(stdout, config, pendingFrames); 64 if (!status) { 65 psError(PS_ERR_UNKNOWN, false, "p2PendingFramePrint() failed"); 66 66 return false; 67 67 } … … 143 143 return false; 144 144 } 145 bool status = p2 writePendingFrames(config, pendingFrames);146 if (!status) { 147 psError(PS_ERR_UNKNOWN, false,"p2 insertPendingFrames() failed");145 bool status = p2PendingFramePrint(stdout, config, pendingFrames); 146 if (!status) { 147 psError(PS_ERR_UNKNOWN, false,"p2PendingFramePrint() failed"); 148 148 return false; 149 149 }
Note:
See TracChangeset
for help on using the changeset viewer.
