mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-29 15:22:06 +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:
@@ -584,9 +584,9 @@ _pdfioArrayRead(pdfio_file_t *pdf, // I - PDF file
|
||||
if (!_pdfioValueRead(pdf, tb, &value))
|
||||
break;
|
||||
|
||||
PDFIO_DEBUG("_pdfioArrayRead(%p): Appending ", (void *)array);
|
||||
PDFIO_DEBUG_VALUE(&value);
|
||||
PDFIO_DEBUG("\n");
|
||||
// PDFIO_DEBUG("_pdfioArrayRead(%p): Appending ", (void *)array);
|
||||
// PDFIO_DEBUG_VALUE(&value);
|
||||
// PDFIO_DEBUG("\n");
|
||||
|
||||
append_value(array, &value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user