mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 74890
This commit is contained in:
@ -883,7 +883,7 @@ namespace PdfWriter
|
||||
if (pEntry->nEntryType == FREE_ENTRY)
|
||||
{
|
||||
if (pNextFreeObj)
|
||||
pNextFreeObj->unByteOffset = pXref->m_unStartOffset;
|
||||
pNextFreeObj->unByteOffset = pXref->m_unStartOffset + unIndex;
|
||||
pNextFreeObj = pEntry;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user