; * 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:
Basil L. Contovounesios 2023-02-12 21:07:45 +00:00
parent fe2ea5ddd8
commit f49caaa892

View file

@ -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;