Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 8232)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 8627)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-08 23:32:23 $
+ *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-26 04:34:28 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -592,9 +592,9 @@
         return -1;
     }/* else if (col0 == col1 && row0 == row1) {
-                                            psError(PS_ERR_BAD_PARAMETER_VALUE, true,
-                                                    "Invalid psRegion specified.  Region contains only 1 pixel.\n");
-                                            return -1;
-                                        }
-                                    */
+                                                psError(PS_ERR_BAD_PARAMETER_VALUE, true,
+                                                        "Invalid psRegion specified.  Region contains only 1 pixel.\n");
+                                                return -1;
+                                            }
+                                        */
     x0 = col0;
     x1 = col1;
@@ -631,6 +631,8 @@
     case PS_TYPE_C64:
     default:
+        // XXX this should include the mask type (as a string)
         psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                _("Input psImage mask type, %s, is not the supported mask datatype of %s."), type, PS_TYPE_U8);
+                _("Input psImage mask type is not a supported mask datatype"));
+
         return -1;
     }
