; * src/pdumper.c (dump_buffer): Update hash.
This follows commit 8f3091defb
of 2023-02-12
"; Fix typo in buffer.h".
This commit is contained in:
parent
fe2ea5ddd8
commit
f49caaa892
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue