Changeset 17654
- Timestamp:
- May 13, 2008, 11:17:24 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pzgetimfiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetimfiles.c
r17647 r17654 95 95 if (exitStatus != 0) { 96 96 // mark the summitExp row as faulted 97 if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = % sWHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", exitStatus, filesetid, camera, telescope)) {97 if (!p_psDBRunQuery(config->dbh, "UPDATE summitExp SET fault = %d WHERE exp_name = '%s' AND camera = '%s' AND telescope = '%s'", exitStatus, filesetid, camera, telescope)) { 98 98 psError(PS_ERR_UNKNOWN, false, "database error"); 99 99 }
Note:
See TracChangeset
for help on using the changeset viewer.
