Commit b7bf9f3d3c766d80dae89b732fad5f36654736c0
1 parent
ef891178
Fix QPDF::getAllPagesInternal warning
Provide correct obj_gen.
Showing
2 changed files
with
2 additions
and
2 deletions
libqpdf/QPDF_pages.cc
qpdf/qtest/qpdf/pages-loop.out
| ... | ... | @@ -2,5 +2,5 @@ checking pages-loop.pdf |
| 2 | 2 | PDF Version: 1.3 |
| 3 | 3 | File is not encrypted |
| 4 | 4 | File is not linearized |
| 5 | -ERROR: pages-loop.pdf (object 3 0): Loop detected in /Pages structure (getAllPages) | |
| 5 | +ERROR: pages-loop.pdf (object 2 0): Loop detected in /Pages structure (getAllPages) | |
| 6 | 6 | qpdf: errors detected | ... | ... |