Index: /branches/rel10_ifa/psLib/src/mathtypes/psImage.c
===================================================================
--- /branches/rel10_ifa/psLib/src/mathtypes/psImage.c	(revision 6476)
+++ /branches/rel10_ifa/psLib/src/mathtypes/psImage.c	(revision 6477)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.95.4.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-16 07:50:16 $
+ *  @version $Revision: 1.95.4.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-02-24 03:59:10 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -128,7 +128,5 @@
     // section should be of the form '[col0:col1,row0:row1]'
     if (region == NULL) {
-        psError(PS_ERR_BAD_PARAMETER_NULL, true,
-                PS_ERRORTEXT_psImage_SUBSECTION_NULL);
-        return psRegionSet(NAN,NAN,NAN,NAN);
+        return psRegionSet(0,0,0,0);
     }
 
