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