mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-09 17:53:57 +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
|
void
|
||||||
QdfFixer::adjustOstreamXref()
|
QdfFixer::adjustOstreamXref()
|
||||||
{
|
{
|
||||||
xref.pop_back();
|
xref.back() = QPDFXRefEntry(2, ostream_id, QIntC::to_int(ostream_idx++));
|
||||||
xref.push_back(QPDFXRefEntry(2, ostream_id, QIntC::to_int(ostream_idx++)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user