From 2cc9c45e447bb8a89446a1cd6d3f247a4d01c822 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 21 Sep 2019 13:54:40 +0200 Subject: Fix compilation with CHECK_STRUCTS * src/pdumper.c (dump_buffer): Update hash of struct buffer. --- src/pdumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdumper.c b/src/pdumper.c index 2e382145be2..195c5556ecb 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2769,7 +2769,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_E34A11C6B9 +#if CHECK_STRUCTS && !defined HASH_buffer_9F2F522174 # error "buffer changed. See CHECK_STRUCTS comment in config.h." #endif struct buffer munged_buffer = *in_buffer; -- cgit v1.2.1