Merge pull request 'Fix bug #77184' (#461) from fix/bug-77184 into release/v9.1.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/461
This commit is contained in:
Oleg Korshul
2025-10-02 10:40:55 +00:00

View File

@ -1436,7 +1436,7 @@ bool COfficeFileFormatChecker::isHwpxFile(const std::wstring &fileName)
if (19 <= unSize && NULL != strstr((char *)pBuffer, hwpxFormatLine))
{
nFileType = AVS_OFFICESTUDIO_FILE_DOCUMENT_HWPML;
nFileType = AVS_OFFICESTUDIO_FILE_DOCUMENT_HWPX;
bResult = true;
}