Changeset 19159 for trunk/ippTools/src/stacktool.c
- Timestamp:
- Aug 21, 2008, 4:51:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r19106 r19159 428 428 return false; 429 429 } 430 if (!stackInputSkyfileInsert(config->dbh, run->stack_id, (psS64)atoll((char *)item->data.V))) {430 if (!stackInputSkyfileInsert(config->dbh, run->stack_id, item->data.S64)) { 431 431 if (!psDBRollback(config->dbh)) { 432 432 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
