Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6bcd97a4
Commit
6bcd97a4
authored
Feb 20, 2013
by
Ken Brown
Browse files
* src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
parent
e11dacb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/sheap.c
src/sheap.c
+1
-1
No files found.
src/ChangeLog
View file @
6bcd97a4
2013-02-21 Ken Brown <kbrown@cornell.edu>
* sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
* sheap.c (report_sheap_usage): Prefer message1_nolog.
...
...
src/sheap.c
View file @
6bcd97a4
...
...
@@ -93,5 +93,5 @@ report_sheap_usage (int die_if_pure_storage_exceeded)
bss_sbrk_ptr
-
bss_sbrk_buffer
,
STATIC_HEAP_SIZE
);
/* Don't log messages, cause at this point, we're not allowed to create
buffers. */
message1_nolog
(
"%s"
,
buf
);
message1_nolog
(
buf
);
}
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