Index: trunk/psLib/test/dataManip/tst_psHist00.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psHist00.c	(revision 3682)
+++ trunk/psLib/test/dataManip/tst_psHist00.c	(revision 4493)
@@ -40,10 +40,10 @@
 
         if (myHist->nums->n != numBins) {
-            printf("ERROR: myHist->nums->n is wrong size (%d)\n", myHist->nums->n);
+            printf("ERROR: myHist->nums->n is wrong size (%ld)\n", myHist->nums->n);
             testStatus = false;
         }
 
         if (myHist->bounds->n != numBins+1) {
-            printf("ERROR: myHist->bounds->n is wrong size (%d)\n", myHist->bounds->n);
+            printf("ERROR: myHist->bounds->n is wrong size (%ld)\n", myHist->bounds->n);
             testStatus = false;
         }
