- Timestamp:
- Oct 21, 2010, 2:45:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ippTools/src/addtool.c
r28856 r29515 493 493 494 494 // since there is only one exp per 'new' set addRun.state = 'full' 495 if (!pxaddRunSetState(config, row->add_id, "full")) { 495 // but check to make sure there are no faults 496 497 if (!fault) { 498 if (!pxaddRunSetState(config, row->add_id, "full")) { 496 499 psError(PS_ERR_UNKNOWN, false, "failed to change addRun.state for add_id: %" PRId64, row->add_id); 497 500 psFree(row); 498 501 psFree(pendingRow); 499 502 return false; 503 } 500 504 } 501 505 psFree(row);
Note:
See TracChangeset
for help on using the changeset viewer.
