IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19159


Ignore:
Timestamp:
Aug 21, 2008, 4:51:16 PM (18 years ago)
Author:
eugene
Message:

id is now S64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/stacktool.c

    r19106 r19159  
    428428            return false;
    429429        }
    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)) {
    431431            if (!psDBRollback(config->dbh)) {
    432432                psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.