Index: trunk/psLib/test/sysUtils/tst_psMemory.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 647)
+++ trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 714)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-12 19:04:26 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-18 02:34:00 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -170,5 +170,5 @@
     cb = psMemExhaustedCallbackSet(TPOutOfMemoryExhaustedCallback);
 
-    mem = (int*) psAlloc(LONG_MAX);
+    mem = (int*) psAlloc(ULONG_MAX);
 
     psMemExhaustedCallbackSet(cb);
