Index: trunk/psLib/test/dataManip/tst_psStats09.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats09.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psStats09.c	(revision 2204)
@@ -16,10 +16,10 @@
 #define MY_RANGE 2.0
 
-int main()
+psS32 main()
 {
     psStats *myStats    = NULL;
-    int testStatus      = true;
-    int globalTestStatus = true;
-    int i               = 0;
+    psS32 testStatus      = true;
+    psS32 globalTestStatus = true;
+    psS32 i               = 0;
     psVector *maskVector= NULL;
     psVector *myGaussData  = NULL;
@@ -31,7 +31,7 @@
     //    float realclippedMeanWithMask  = 0.0;
     //    float realclippedStdevWithMask = 0.0;
-    int count           = 0;
-    int currentId       = psMemGetId();
-    int memLeaks        = 0;
+    psS32 count           = 0;
+    psS32 currentId       = psMemGetId();
+    psS32 memLeaks        = 0;
 
     /*************************************************************************/
