Index: trunk/ippTools/src/pxtools.c
===================================================================
--- trunk/ippTools/src/pxtools.c	(revision 23880)
+++ trunk/ippTools/src/pxtools.c	(revision 23883)
@@ -29,5 +29,5 @@
 {
     PS_ASSERT_PTR_NON_NULL(state, false);
-    
+
     if (!strcmp(state, "new")) return true;
     if (!strcmp(state, "reg")) return true;
@@ -59,5 +59,5 @@
         psString state = psMetadataLookupStr(NULL, row, columnName);
         if (!state) {
-            psError(PS_ERR_PROGRAMMING, false, "%s not found in row %" PRId64 " of table %s",
+            psError(PS_ERR_PROGRAMMING, false, "%s not found in row %ld of table %s",
                 columnName, i, tableName);
             return false;
