Changeset 25299 for trunk/ippTools/src/camtool.c
- Timestamp:
- Sep 8, 2009, 5:32:55 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/camtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/cleanup (added) merged: 25050-25051,25088,25143-25155,25157-25159,25161,25210-25212
- Property svn:mergeinfo changed
-
trunk/ippTools/src/camtool.c
r24681 r25299 656 656 return false; 657 657 } 658 659 if (!pxaddQueueByCamID(config, 660 pendingRow->cam_id, 661 pendingRow->workdir, 662 pendingRow->label, 663 pendingRow->reduction, 664 pendingRow->dvodb 665 )) { 666 // rollback 667 if (!psDBRollback(config->dbh)) { 668 psError(PS_ERR_UNKNOWN, false, "database error"); 669 } 670 psError(PS_ERR_UNKNOWN, false, "failed to queue new addRun"); 671 psFree(pendingRow); 672 return false; 673 } 674 658 675 psFree(pendingRow); 659 676
Note:
See TracChangeset
for help on using the changeset viewer.
