Index: trunk/psLib/src/imageops/psImageStats.c
===================================================================
--- trunk/psLib/src/imageops/psImageStats.c	(revision 2206)
+++ trunk/psLib/src/imageops/psImageStats.c	(revision 2212)
@@ -9,6 +9,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-10-27 01:15:47 $
+*  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-10-27 20:07:17 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -112,6 +112,6 @@
 
     // NOTE: Verify this action.
-    PS_CHECK_NULL_PTR(out, NULL);
-    PS_CHECK_NULL_PTR(in, NULL);
+    PS_PTR_CHECK_NULL(out, NULL);
+    PS_PTR_CHECK_NULL(in, NULL);
 
     junkData = psAlloc(sizeof(psVector));
