diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 3ca1022a08e..fc158693e47 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2184,7 +2184,7 @@ You must run Emacs in batch mode in order to dump it. */) | |||
| 2184 | { | 2184 | { |
| 2185 | fprintf (stderr, "**************************************************\n"); | 2185 | fprintf (stderr, "**************************************************\n"); |
| 2186 | fprintf (stderr, "Warning: Your system has a gap between BSS and the\n"); | 2186 | fprintf (stderr, "Warning: Your system has a gap between BSS and the\n"); |
| 2187 | fprintf (stderr, "heap (%d byte). This usually means that exec-shield\n", | 2187 | fprintf (stderr, "heap (%lu byte). This usually means that exec-shield\n", |
| 2188 | heap_bss_diff); | 2188 | heap_bss_diff); |
| 2189 | fprintf (stderr, "or something similar is in effect. The dump may\n"); | 2189 | fprintf (stderr, "or something similar is in effect. The dump may\n"); |
| 2190 | fprintf (stderr, "fail because of this. See the section about \n"); | 2190 | fprintf (stderr, "fail because of this. See the section about \n"); |