Index: trunk/ippTools/src/stacktool.c
===================================================================
--- trunk/ippTools/src/stacktool.c	(revision 19158)
+++ trunk/ippTools/src/stacktool.c	(revision 19159)
@@ -428,5 +428,5 @@
             return false;
         }
-        if (!stackInputSkyfileInsert(config->dbh, run->stack_id, (psS64)atoll((char *)item->data.V))) {
+        if (!stackInputSkyfileInsert(config->dbh, run->stack_id, item->data.S64)) {
             if (!psDBRollback(config->dbh)) {
                 psError(PS_ERR_UNKNOWN, false, "database error");
