Changeset 31445 for trunk/ippTools/src/pzgetimfiles.c
- Timestamp:
- May 5, 2011, 10:33:46 AM (15 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pzgetimfiles.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110404/ippTools/src (added) merged: 31186,31188,31278,31439
- Property svn:mergeinfo changed
-
trunk/ippTools/src/pzgetimfiles.c
r31038 r31445 125 125 if (status != 0) { 126 126 // mark the summitExp row as faulted 127 if (!p_psDBRunQueryF(config->dbh, "UPDATE summitExp SET fault = %d WHERE summit_id = %l d", WEXITSTATUS(status),summit_id)) {127 if (!p_psDBRunQueryF(config->dbh, "UPDATE summitExp SET fault = %d WHERE summit_id = %lld", WEXITSTATUS(status), (long long) summit_id)) { 128 128 psError(PS_ERR_UNKNOWN, false, "database error"); 129 129 } … … 141 141 // download an "empty" fileset. 142 142 // mark the summitExp row as faulted 143 if (!p_psDBRunQueryF(config->dbh, "UPDATE summitExp SET fault = %d WHERE summit_id = %l d", 250,summit_id)) {143 if (!p_psDBRunQueryF(config->dbh, "UPDATE summitExp SET fault = %d WHERE summit_id = %lld", 250, (long long) summit_id)) { 144 144 psError(PS_ERR_UNKNOWN, false, "database error"); 145 145 }
Note:
See TracChangeset
for help on using the changeset viewer.
