mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix build
This commit is contained in:
@ -59,7 +59,7 @@ std::wstring CImagesWorker::GetImage(const std::wstring& sUrl)
|
||||
if (sUrlFile.find(L"localhost") == 0)
|
||||
sUrlFile = sUrlFile.substr(9);
|
||||
|
||||
NSCommon::string_replace(sUrlFile, L"%20", L" ");
|
||||
NSStringUtils::string_replace(sUrlFile, L"%20", L" ");
|
||||
|
||||
if (!NSFile::CFileBinary::Exists(sUrlFile))
|
||||
sUrlFile = sUrlFile.substr(1);
|
||||
|
||||
Reference in New Issue
Block a user