projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2ea5d
)
; * src/pdumper.c (dump_buffer): Update hash.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 12 Feb 2023 21:07:45 +0000
(21:07 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Sun, 12 Feb 2023 21:07:45 +0000
(21:07 +0000)
This follows commit
8f3091defb3
of 2023-02-12
"; Fix typo in buffer.h".
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 800fc2e9d0575e60942646499cf3b16e07f7a2d6..4809fb5dce7837aef7c326fa32b0d3ef7366f842 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2748,7
+2748,7
@@
dump_hash_table (struct dump_context *ctx,
static dump_off
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
{
-#if CHECK_STRUCTS && !defined HASH_buffer_
DB34E5D09F
+#if CHECK_STRUCTS && !defined HASH_buffer_
85D317CE74
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;