mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-08 17:24:06 +00:00
Tidy QdfFixer::adjustOstreamXref
This commit is contained in:
parent
fc828c2a50
commit
82efe52b7d
@ -308,8 +308,7 @@ QdfFixer::checkObjId(std::string const& cur_obj_str)
|
||||
void
|
||||
QdfFixer::adjustOstreamXref()
|
||||
{
|
||||
xref.pop_back();
|
||||
xref.push_back(QPDFXRefEntry(2, ostream_id, QIntC::to_int(ostream_idx++)));
|
||||
xref.back() = QPDFXRefEntry(2, ostream_id, QIntC::to_int(ostream_idx++));
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user