Changeset 16733 for trunk/ippTools/src/pxwarp.c
- Timestamp:
- Feb 28, 2008, 3:06:02 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxwarp.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxwarp.c
r16242 r16733 65 65 PS_ASSERT_PTR_NON_NULL(config, false); 66 66 67 // depend on the f-keys to make sure we have a valid cam_id 67 68 if (!warpRunInsert(config->dbh, 68 69 0, // ID 70 cam_id, 69 71 "warp", // mode 70 72 "run", // state … … 74 76 tess_id, 75 77 end_stage, 76 NULL // registered 78 NULL, // registered 79 false // magiced 77 80 )) { 78 81 psError(PS_ERR_UNKNOWN, false, "database error"); … … 80 83 } 81 84 82 psS64 warp_id = psDBLastInsertID(config->dbh);83 84 // depend on the f-keys to make sure we have a valid cam_id85 if (!warpInputExpInsert(config->dbh,86 warp_id,87 cam_id,88 false // magiced89 )) {90 psError(PS_ERR_UNKNOWN, false, "database error");91 return false;92 }93 94 85 return true; 95 86 }
Note:
See TracChangeset
for help on using the changeset viewer.
