mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-16 05:49:58 +02:00
Add some debug output, "debug" make target.
Fix loading of dicts, trailer.
This commit is contained in:
@ -379,6 +379,8 @@ _pdfioTokenRead(
|
||||
|
||||
*bufptr = '\0';
|
||||
|
||||
PDFIO_DEBUG("_pdfioTokenRead(pdf=%p, ...): Read '%s'.\n", pdf, buffer);
|
||||
|
||||
return (bufptr > buffer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user