Fix an uninitialized pointer issue in format_block, and some margin issues on the top of the page.

This commit is contained in:
Michael R Sweet
2024-12-21 11:31:54 -05:00
parent e4081f2ba3
commit a24fdee335
3 changed files with 279 additions and 28 deletions

View File

@ -12,8 +12,8 @@
# Common options
CFLAGS = -g $(CPPFLAGS)
#CFLAGS = -g -fsanitize=address $(CPPFLAGS)
#CFLAGS = -g $(CPPFLAGS)
CFLAGS = -g -fsanitize=address $(CPPFLAGS)
CPPFLAGS = -I..
LIBS = -L.. -lpdfio -lz