Index: trunk/psLib/src/sys/psMemory.c
===================================================================
--- trunk/psLib/src/sys/psMemory.c	(revision 8438)
+++ trunk/psLib/src/sys/psMemory.c	(revision 8440)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-08-21 21:22:56 $
+*  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-08-21 21:50:09 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -457,5 +457,5 @@
         }
 
-        if (size < ptr->userMemorySize) {
+        if (size <= ptr->userMemorySize) {
             ;    // nothing to do
         } else {
