For bug 77353

This commit is contained in:
Svetlana Kulikova
2025-10-09 19:02:02 +03:00
parent c6d1f5e502
commit 7310eb49a9
3 changed files with 5 additions and 5 deletions

View File

@ -226,7 +226,7 @@ JSSmart<CJSValue> CDrawingFileEmbed::RedactPage(JSSmart<CJSValue> nPageIndex, JS
JSSmart<CJSTypedArray> dataPtr = dataFiller->toTypedArray();
CJSDataBuffer buffer = dataPtr->getData();
result = m_pFile->RedactPage(pageIndex, pBox, nCountBox / 4, buffer.Data, (int)buffer.Len);
result = m_pFile->RedactPage(pageIndex, pBox, nCountBox / 8, buffer.Data, (int)buffer.Len);
if (pBox)
delete[] pBox;