Index: trunk/psLib/src/sys/psMemory.c
===================================================================
--- trunk/psLib/src/sys/psMemory.c	(revision 8627)
+++ trunk/psLib/src/sys/psMemory.c	(revision 8629)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-08-26 04:34:28 $
+*  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-08-26 05:01:49 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -437,5 +437,5 @@
             ptr = memExhaustedCallback(size);
             if (ptr == NULL) {
-                psAbort(__func__, "Failed to allocate %u bytes at %s:%d", size, file, lineno);
+                psAbort(__func__, "Failed to allocate %zd bytes at %s:%d", size, file, lineno);
             }
         }
