Changeset 8073 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Aug 2, 2006, 11:21:14 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r8063 r8073 143 143 psErr *err = psErrorLast(); 144 144 if (strstr(err->msg, "no p2PendingExp rows found")) { 145 psFree(err); 145 146 return true; 146 147 } else { 147 148 psError(PS_ERR_UNKNOWN, false, "no p2PendingFrames found"); 149 psFree(err); 148 150 return false; 149 151 } 152 psFree(err); 150 153 } 151 154 bool status = p2PendingFramePrint(stdout, config, pendingFrames);
Note:
See TracChangeset
for help on using the changeset viewer.
