Index: trunk/psLib/test/dataManip/tst_psStats03.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats03.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psStats03.c	(revision 2204)
@@ -9,10 +9,10 @@
 #define N ((4 * N1) + 1)
 
-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 *myVector  = NULL;
     psVector *maskVector= NULL;
@@ -20,6 +20,6 @@
     float realMedianWithMask = (float) (N-3)/4;
     float realMedianNoMask = (float) (N-1)/2;
-    int currentId       = psMemGetId();
-    int memLeaks        = 0;
+    psS32 currentId       = psMemGetId();
+    psS32 memLeaks        = 0;
 
     /*************************************************************************/
