mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-07-15 21:40:11 +02:00
More efficiently implement reading of integers vs. indirect references.
"testpdfio filename.pdf objnum" now shows object value if there is no stream. Clean up debugging printfs.
This commit is contained in:
@ -109,6 +109,7 @@ _pdfioTokenFlush(_pdfio_token_t *tb) // I - Token buffer/stack
|
||||
else
|
||||
{
|
||||
// Nothing left, reset pointers...
|
||||
PDFIO_DEBUG("_pdfioTokenFlush: Resetting pointers.\n");
|
||||
tb->bufptr = tb->bufend = tb->buffer;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user