Gregory Heytings [2022-07-16 15:14 -0400] wrote: > branch: feature/fix-the-long-lines-display-bug > commit e7b5912b235936b304701ba6b1e808d9b197fd4f > Author: Gregory Heytings > Commit: Gregory Heytings > > Improvements to long lines handling. > > * src/buffer.h (struct buffer): New field 'long_line_optimizations_p'. [...] This seems to have given rise to the following build error with --enable-checking=structs: pdumper.c: In function ‘dump_buffer’: pdumper.c:2705:3: error: #error "buffer changed. See CHECK_STRUCTS comment in config.h." 2705 | # error "buffer changed. See CHECK_STRUCTS comment in config.h." | ^~~~~ Is this the right fix?