Index: trunk/psLib/test/dataManip/tst_psStats00.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats00.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psStats00.c	(revision 2204)
@@ -8,11 +8,11 @@
 #define N 10
 
-int main()
+psS32 main()
 {
     psStats *myStats    = NULL;
     psStats *myStats2    = NULL;
-    int testStatus      = true;
-    int globalTestStatus = true;
-    int i               = 0;
+    psS32 testStatus      = true;
+    psS32 globalTestStatus = true;
+    psS32 i               = 0;
     psVector *myVector  = NULL;
     psVector *maskVector= NULL;
@@ -20,7 +20,7 @@
     float realMeanNoMask   = 0.0;
     float realMeanWithMask = 0.0;
-    int count           = 0;
-    int currentId       = psMemGetId();
-    int memLeaks        = 0;
+    psS32 count           = 0;
+    psS32 currentId       = psMemGetId();
+    psS32 memLeaks        = 0;
 
     /*************************************************************************/
