Changeset 18671
- Timestamp:
- Jul 23, 2008, 10:54:05 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magictool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magictool.c
r18670 r18671 256 256 return false; 257 257 } 258 259 psS64 magic_id = psDBLastInsertID(config->dbh); // Assigned identifier 260 run->magic_id = magic_id; 261 258 262 if (!magicRunPrintObject(stdout, run, !simple)) { 259 263 psError(PS_ERR_UNKNOWN, false, "failed to print object"); … … 267 271 } 268 272 psFree(run); 269 270 psS64 magic_id = psDBLastInsertID(config->dbh); // Assigned identifier271 273 272 274 // Create a suitable insertion query for this run
Note:
See TracChangeset
for help on using the changeset viewer.
