Index: trunk/psLib/test/dataManip/tst_psHist02.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psHist02.c	(revision 2780)
+++ trunk/psLib/test/dataManip/tst_psHist02.c	(revision 2782)
@@ -69,8 +69,8 @@
 
         for ( i = 0;i < numBins;i++ ) {
-            printf( "Bin number %d bounds: (%.2f - %.2f) data (%d)\n", i,
+            printf( "Bin number %d bounds: (%.2f - %.2f) data (%f)\n", i,
                     myHist->bounds->data.F32[ i ],
                     myHist->bounds->data.F32[ i + 1 ],
-                    myHist->nums->data.U32[ i ] );
+                    myHist->nums->data.F32[ i ] );
         }
         psMemCheckCorruption( 1 );
@@ -94,8 +94,8 @@
 
         for ( i = 0;i < numBins;i++ ) {
-            printf( "Bin number %d bounds: (%6.3f - %6.3f) data (%d)\n", i,
+            printf( "Bin number %d bounds: (%6.3f - %6.3f) data (%f)\n", i,
                     myHist->bounds->data.F32[ i ],
                     myHist->bounds->data.F32[ i + 1 ],
-                    myHist->nums->data.U32[ i ] );
+                    myHist->nums->data.F32[ i ] );
         }
         psMemCheckCorruption( 1 );
