Index: /trunk/psLib/src/mathtypes/psImage.c
===================================================================
--- /trunk/psLib/src/mathtypes/psImage.c	(revision 5685)
+++ /trunk/psLib/src/mathtypes/psImage.c	(revision 5686)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.91 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-11-30 02:00:10 $
+ *  @version $Revision: 1.92 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-05 22:14:27 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -155,6 +155,6 @@
 
     snprintf(tmpText,256,"[%g:%g,%g:%g]",
-             region.x0, region.x1,
-             region.y0, region.y1);
+             region.x0+1, region.x1,
+             region.y0+1, region.y1);
 
     return psStringCopy(tmpText);
