Add some debug output, "debug" make target.

Fix loading of dicts, trailer.
This commit is contained in:
Michael R Sweet
2021-05-04 12:59:10 -04:00
parent 516c6b9ace
commit 59ef6b48ed
7 changed files with 106 additions and 17 deletions

View File

@ -379,6 +379,8 @@ _pdfioTokenRead(
*bufptr = '\0';
PDFIO_DEBUG("_pdfioTokenRead(pdf=%p, ...): Read '%s'.\n", pdf, buffer);
return (bufptr > buffer);
}