Index: /trunk/psLib/src/sys/psMemory.c
===================================================================
--- /trunk/psLib/src/sys/psMemory.c	(revision 2561)
+++ /trunk/psLib/src/sys/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);
         }
Index: /trunk/psLib/src/sysUtils/psMemory.c
===================================================================
--- /trunk/psLib/src/sysUtils/psMemory.c	(revision 2561)
+++ /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);
         }
Index: /trunk/psLib/src/sysUtils/psSysUtilsErrors.dat
===================================================================
--- /trunk/psLib/src/sysUtils/psSysUtilsErrors.dat	(revision 2561)
+++ /trunk/psLib/src/sysUtils/psSysUtilsErrors.dat	(revision 2562)
@@ -25,5 +25,5 @@
 psMemory_UNDERFLOW                     Memory block %ld is corrupted; buffer underflow detected.
 psMemory_OVERFLOW                      Memory block %ld is corrupted; buffer overflow detected.
-psMemory_MULTIPLE_FREE                 Block %ld, allocated at %s:%d, freed multiple times at %s:%d.
+psMemory_MULTIPLE_FREE                 Block %lld, allocated at %s:%d, freed multiple times at %s:%d.
 #
 # Error Messages from psString.c:
