Fix bug on first object in xref table

This commit is contained in:
Grégory Soutadé 2022-03-12 21:11:23 +01:00
parent 66fdbd0342
commit 03c18d225c
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ namespace uPDFParser
xref << std::setfill('0');
xref << "xref\n";
xref << "0 1 f\r\n";
xref << "0 1\n";
xref << "0000000000 65535 f\r\n";
std::vector<Object*>::iterator it;