]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdump_emacs): Fix format string.
authorKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 13:23:13 +0000 (13:23 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 13:23:13 +0000 (13:23 +0000)
src/emacs.c

index 3ca1022a08e19382cda46f76d09ace4d7d9fda1e..fc158693e47e69e14400fa86370ee987322a1c3e 100644 (file)
@@ -2184,7 +2184,7 @@ You must run Emacs in batch mode in order to dump it.  */)
     {
       fprintf (stderr, "**************************************************\n");
       fprintf (stderr, "Warning: Your system has a gap between BSS and the\n");
-      fprintf (stderr, "heap (%d byte).  This usually means that exec-shield\n",
+      fprintf (stderr, "heap (%lu byte).  This usually means that exec-shield\n",
                heap_bss_diff);
       fprintf (stderr, "or something similar is in effect.  The dump may\n");
       fprintf (stderr, "fail because of this.  See the section about \n");