Index: trunk/psLib/src/sysUtils/psMemory.c
===================================================================
--- trunk/psLib/src/sysUtils/psMemory.c	(revision 2391)
+++ trunk/psLib/src/sysUtils/psMemory.c	(revision 2562)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-22 20:49:59 $
+*  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-12-01 00:56:32 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -380,5 +380,5 @@
         if (checkMemBlock(ptr, __func__) != 0) {
             memProblemCallback(ptr, file, lineno);
-            psAbort(file, "Realloc detected a memory corruption (id %ld @ %s:%d).",
+            psAbort(file, "Realloc detected a memory corruption (id %lld @ %s:%d).",
                     ptr->id, ptr->file, ptr->lineno);
         }
