Index: trunk/psModules/test/tst_pmImageSubtract.c
===================================================================
--- trunk/psModules/test/tst_pmImageSubtract.c	(revision 4418)
+++ trunk/psModules/test/tst_pmImageSubtract.c	(revision 4579)
@@ -10,6 +10,6 @@
  *  data.  More work need to be done to verify the results.
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-28 23:28:18 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-07-19 01:44:48 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -337,5 +337,5 @@
     // Create a test image and set a single pixel in the center of each stamp.
     psImage *tstImg = psImageAlloc(numCols, numRows, PS_TYPE_F32);
-    psS32 numStamps = 0;
+    int numStamps = 0;
     PS_IMAGE_SET_F32(tstImg, 0.0);
     for (psS32 j = 0; j < yNum; j++) {
@@ -407,5 +407,5 @@
     } else {
         if (stamps->n != numStamps) {
-            printf("TEST ERROR: %d stamps were found, %d were expected.\n",
+            printf("TEST ERROR: %ld stamps were found, %d were expected.\n",
                    stamps->n, numStamps);
             testStatus = true;
@@ -443,5 +443,5 @@
     } else {
         if (stamps->n != numStamps) {
-            printf("TEST ERROR: %d stamps were found, %d were expected.\n",
+            printf("TEST ERROR: %ld stamps were found, %d were expected.\n",
                    stamps->n, numStamps);
             testStatus = true;
