Index: trunk/psLib/test/image/tst_psImageStructManip.c
===================================================================
--- trunk/psLib/test/image/tst_psImageStructManip.c	(revision 3976)
+++ trunk/psLib/test/image/tst_psImageStructManip.c	(revision 4081)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-05-19 05:03:48 $
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-01 22:16:20 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -639,5 +639,5 @@
 
     image1 = psImageCopy(NULL,image,PS_TYPE_F32);
-    image2 = psImageTrim(image1, psRegionSet(0,-image->numCols,0,0));
+    image2 = psImageTrim(image1, psRegionSet(0,(((psF32)image->numCols)*-1.0),0,0));
 
     if (image2 != NULL) {
@@ -656,5 +656,5 @@
 
     image1 = psImageCopy(NULL,image,PS_TYPE_F32);
-    image2 = psImageTrim(image1, psRegionSet(0,0,0,-image->numRows));
+    image2 = psImageTrim(image1, psRegionSet(0,0,0,(((psF32)image->numRows)*-1.0)));
 
     if (image2 != NULL) {
