summaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-06-05 21:50:30 +0200
committerJay Berkenbilt <ejb@ql.org>2010-06-05 21:50:30 +0200
commiteef71544123cc56c08e89be34380a867af24a0a0 (patch)
treeddfa5a47d129b603c6e16ece1740106f00fafce3 /libqpdf/QPDF.cc
parent62c1b42328832cc2ffe1bf4f10658738a192a192 (diff)
downloadqpdf-eef71544123cc56c08e89be34380a867af24a0a0.tar.zst
typo
git-svn-id: svn+q:///qpdf/trunk@971 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/QPDF.cc')
-rw-r--r--libqpdf/QPDF.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqpdf/QPDF.cc b/libqpdf/QPDF.cc
index 4a673be8..44ea7d24 100644
--- a/libqpdf/QPDF.cc
+++ b/libqpdf/QPDF.cc
@@ -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())
{