Index: trunk/psLib/src/mathtypes/psImage.c
===================================================================
--- trunk/psLib/src/mathtypes/psImage.c	(revision 4979)
+++ trunk/psLib/src/mathtypes/psImage.c	(revision 4980)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-02 21:32:06 $
+ *  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-09 02:02:54 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -141,5 +141,5 @@
     }
 
-    return psRegionSet(col0,col1,row0,row1);
+    return psRegionSet(col0-1,col1,row0-1,row1);
 }
 
