changeset 58088:489323ff8779

(Fdump_emacs): Fix format string.
author Kim F. Storm <storm@cua.dk>
date Tue, 09 Nov 2004 13:23:13 +0000
parents 3eee868b9ed2
children fb4cd138f0b8
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Tue Nov 09 13:23:00 2004 +0000
+++ b/src/emacs.c	Tue Nov 09 13:23:13 2004 +0000
@@ -2184,7 +2184,7 @@
     {
       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");