projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f1072
)
; * src/alloc.c (check_pure_size): Fix last change.
author
Po Lu
<luangruo@yahoo.com>
Sat, 10 Sep 2022 01:39:14 +0000
(09:39 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 10 Sep 2022 01:39:14 +0000
(09:39 +0800)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 7183c9ffa86e6b0bc8a1fb3a9320777e9d716d1b..419c5e558b496b853ebc2141533876f437eea08d 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-5368,7
+5368,7
@@
void
check_pure_size (void)
{
if (pure_bytes_used_before_overflow)
- message (("emacs:0:Pure Lisp storage overflow (approx. %
"pD"
d"
+ message (("emacs:0:Pure Lisp storage overflow (approx. %
j
d"
" bytes needed)"),
pure_bytes_used + pure_bytes_used_before_overflow);
}