Index: /branches/jch-memory/psLib/src/sys/psMemory.c
===================================================================
--- /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 11017)
+++ /branches/jch-memory/psLib/src/sys/psMemory.c	(revision 11018)
@@ -10,6 +10,6 @@
 *  @author Joshua Hoblitt, University of Hawaii
 *
-*  @version $Revision: 1.88.2.27 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-11 00:46:34 $
+*  @version $Revision: 1.88.2.28 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-01-11 00:47:15 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -158,5 +158,5 @@
     // size of 0.  This test is in here to check if this is really
     // happening/being use as a feature in the wild.
-    if (memBlock->size < 1) {
+    if (memBlock->userMemorySize < 1) {
         psMemBlockPrint(output, memBlock);
         blockPrinted = true;
