Changeset 18076 for branches/cleanup/ippTools/src/pztool.c
- Timestamp:
- Jun 10, 2008, 4:02:14 PM (18 years ago)
- Location:
- branches/cleanup/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/ippTools/src
- Property svn:ignore
-
old new 23 23 difftool 24 24 stacktool 25 faketool 25 26 dettool 26 27 detselect
-
- Property svn:ignore
-
branches/cleanup/ippTools/src/pztool.c
r17700 r18076 111 111 camera, 112 112 telescope, 113 uri 113 uri, 114 NULL // epoch 114 115 )) { 115 116 psError(PS_ERR_UNKNOWN, false, "database error"); … … 370 371 class_id, 371 372 uri, 372 code 373 code, 374 NULL // epoch 373 375 )) { 374 376 psError(PS_ERR_UNKNOWN, false, "database error"); … … 484 486 485 487 pzDownloadExpRow *doneExp = pzDownloadExpObjectFromMetadata(row); 488 if (!doneExp) { 489 psError(PS_ERR_UNKNOWN, false, "pzDownloadExpObjectFromMetadata() failed"); 490 psFree(doneExp); 491 psFree(output); 492 return false; 493 } 486 494 487 495 if (!newExpInsert(config->dbh, … … 497 505 tess_id, // tess_id 498 506 end_stage, // end_stage 499 label 507 label, 508 NULL // epoch 500 509 ) 501 510 ) { … … 515 524 " %" PRId64 "," // exp_id 516 525 " pzDownloadImfile.class_id," // tmp_class_id 517 " pzDownloadImfile.uri" // uri 526 " pzDownloadImfile.uri," // uri 527 " NULL" // epoch 518 528 " FROM pzDownloadImfile" 519 529 " WHERE"
Note:
See TracChangeset
for help on using the changeset viewer.
