Index: trunk/stac/src/stacCheckMemory.c
===================================================================
--- trunk/stac/src/stacCheckMemory.c	(revision 8783)
+++ trunk/stac/src/stacCheckMemory.c	(revision 8843)
@@ -15,5 +15,5 @@
     psLogMsg("stac.memoryPrint", PS_LOG_INFO,
              "Memory block %lu:\n"
-             "\tFile %s, line %d, size %d\n"
+             "\tFile %s, line %d, size %zd\n"
              "\tPosts: %p %p %p\n",
              ptr->id, ptr->file, ptr->lineno, ptr->userMemorySize, ptr->startblock, ptr->endblock,
@@ -30,5 +30,5 @@
     psLogMsg("stac.checkMemory.corruption", PS_LOG_WARN,
              "Memory corruption detected in memBlock %lu\n"
-             "\tFile %s, line %d, size %d\n"
+             "\tFile %s, line %d, size %zd\n"
              "\tPosts: %p %p %p\n",
              ptr->id, file, lineno, ptr->userMemorySize, ptr->startblock, ptr->endblock,
@@ -57,5 +57,5 @@
         psLogMsg("stac.checkMemory.leaks", PS_LOG_WARN,
                  "Memory leak detection: memBlock %lu\n"
-                 "\tFile %s, line %d, size %d\n",
+                 "\tFile %s, line %d, size %zd\n",
                  leaks[i]->id, leaks[i]->file, leaks[i]->lineno, leaks[i]->userMemorySize);
     }
