Changeset 12093 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Feb 27, 2007, 1:50:30 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r12058 r12093 263 263 } 264 264 if (!psArrayLength(output)) { 265 // XXX check psError here 266 psError(PS_ERR_UNKNOWN, false, "no chipPendingImfile rows found"); 265 psTrace("chiptool", PS_LOG_INFO, "no rows found"); 267 266 psFree(output); 268 267 return true; … … 522 521 } 523 522 if (!psArrayLength(output)) { 524 // XXX check psError here 525 psError(PS_ERR_UNKNOWN, false, "no chipProcessedImfile rows found"); 523 psTrace("chiptool", PS_LOG_INFO, "no rows found"); 526 524 psFree(output); 527 525 return true; … … 614 612 } 615 613 if (!psArrayLength(output)) { 616 // XXX check psError here 617 psError(PS_ERR_UNKNOWN, false, "no chipMask rows found"); 614 psTrace("chiptool", PS_LOG_INFO, "no rows found"); 618 615 psFree(output); 619 616 return true; … … 718 715 } 719 716 if (!psArrayLength(output)) { 720 // XXX check psError here 721 psError(PS_ERR_UNKNOWN, false, "no chipPendingExp rows found"); 717 psTrace("chiptool", PS_LOG_INFO, "no rows found"); 722 718 psFree(output); 723 719 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
