Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9b33d596
Commit
9b33d596
authored
Nov 09, 2004
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fdump_emacs): Fix format string.
parent
9f77d2aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/emacs.c
src/emacs.c
+1
-1
No files found.
src/emacs.c
View file @
9b33d596
...
...
@@ -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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment