This commit is contained in:
Kirill Polyakov
2025-10-02 00:53:49 +03:00
parent 3e2223ae6d
commit 7a6e00a792

View File

@ -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;
} }