Changeset 7864
- Timestamp:
- Jul 11, 2006, 4:12:30 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r7848 r7864 134 134 psArray *pendingFrames = p2PendingFrameSearch(config); 135 135 if (!pendingFrames) { 136 psError(PS_ERR_UNKNOWN, false, "no p2PendingFrames found"); 137 return false; 136 psErr *err = psErrorLast(); 137 if (strstr(err->msg, "no p2PendingExp rows found")) { 138 return true; 139 } else { 140 psError(PS_ERR_UNKNOWN, false, "no p2PendingFrames found"); 141 return false; 142 } 138 143 } 139 144 bool status = p2PendingFramePrint(stdout, config, pendingFrames);
Note:
See TracChangeset
for help on using the changeset viewer.
