Changeset 18076 for branches/cleanup/ippTools/src/pxinject.c
- Timestamp:
- Jun 10, 2008, 4:02:14 PM (18 years ago)
- Location:
- branches/cleanup/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pxinject.c (modified) (3 diffs)
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/pxinject.c
r17611 r18076 91 91 92 92 if (!newExpInsert(config->dbh, 93 0x0, // exp_id93 0x0, // exp_id 94 94 tmp_exp_name, 95 95 tmp_camera, 96 96 tmp_telescope, 97 "reg", // state97 "reg", // state 98 98 workdir, 99 99 "dirty", … … 101 101 dvodb, 102 102 tess_id, 103 end_stage, 104 label 103 end_stage, 104 label, 105 NULL // epoch 105 106 ) 106 107 ) { … … 141 142 142 143 // insert with error flag state set to 0 (no errors) 143 if (!newImfileInsert(config->dbh, (psS64)atoll(exp_id), tmp_class_id, uri )) {144 if (!newImfileInsert(config->dbh, (psS64)atoll(exp_id), tmp_class_id, uri, NULL)) { 144 145 psError(PS_ERR_UNKNOWN, false, "database error"); 145 146 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
