Index: trunk/psLib/test/dataManip/tst_psHist03.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psHist03.c	(revision 3682)
+++ trunk/psLib/test/dataManip/tst_psHist03.c	(revision 4493)
@@ -57,10 +57,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;
         }
