Index: trunk/psLib/test/dataManip/tst_psStats08.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psStats08.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psStats08.c	(revision 2204)
@@ -13,10 +13,10 @@
 #define N (8 * N1) // Don't change this (N must be a multiple of 8)
 
-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;
@@ -28,7 +28,7 @@
     float realLQWithMask   = N/8.0;
     float realUQWithMask   = 3.0 * (N/8.0);
-    int count           = 0;
-    int currentId       = psMemGetId();
-    int memLeaks        = 0;
+    psS32 count           = 0;
+    psS32 currentId       = psMemGetId();
+    psS32 memLeaks        = 0;
 
     /*************************************************************************/
