mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 61780
This commit is contained in:
@ -2054,7 +2054,8 @@ HRESULT CFb2File::FromHtml(const std::wstring& sHtmlFile, const std::wstring& sD
|
|||||||
{
|
{
|
||||||
oWriter.WriteStringUTF8(oRes.GetData());
|
oWriter.WriteStringUTF8(oRes.GetData());
|
||||||
oWriter.CloseFile();
|
oWriter.CloseFile();
|
||||||
|
return S_OK;
|
||||||
}
|
}
|
||||||
return S_OK;
|
return S_FALSE;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user