Changeset 16046
- Timestamp:
- Jan 8, 2008, 2:50:52 PM (18 years ago)
- File:
-
- 1 edited
-
branches/end_stage/ippTools/src/camtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/end_stage/ippTools/src/camtool.c
r15957 r16046 674 674 camRunRow *pendingRow = camRunObjectFromMetadata(output->data[0]); 675 675 psFree(output); 676 // create a new camProcessedImfile object677 676 camProcessedExpRow *row = camProcessedExpRowAlloc( 678 677 pendingRow->cam_id, … … 697 696 psFree(pendingRow); 698 697 699 // insert the new row into the camProcessedImfile table700 698 if (!camProcessedExpInsertObject(config->dbh, row)) { 701 699 // rollback
Note:
See TracChangeset
for help on using the changeset viewer.
