mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug #77184
This commit is contained in:
@ -1436,7 +1436,7 @@ bool COfficeFileFormatChecker::isHwpxFile(const std::wstring &fileName)
|
|||||||
|
|
||||||
if (19 <= unSize && NULL != strstr((char *)pBuffer, hwpxFormatLine))
|
if (19 <= unSize && NULL != strstr((char *)pBuffer, hwpxFormatLine))
|
||||||
{
|
{
|
||||||
nFileType = AVS_OFFICESTUDIO_FILE_DOCUMENT_HWPML;
|
nFileType = AVS_OFFICESTUDIO_FILE_DOCUMENT_HWPX;
|
||||||
bResult = true;
|
bResult = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user