mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-02 03:48:24 +00:00
typo
git-svn-id: svn+q:///qpdf/trunk@971 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
62c1b42328
commit
eef7154412
@ -541,7 +541,7 @@ QPDF::read_xref(off_t xref_offset)
|
||||
int max_obj = 0;
|
||||
if (! xref_table.empty())
|
||||
{
|
||||
(*(xref_table.rbegin())).first.obj;
|
||||
max_obj = (*(xref_table.rbegin())).first.obj;
|
||||
}
|
||||
if (! this->deleted_objects.empty())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user