Fix build

This commit is contained in:
Oleg Korshul
2021-06-01 12:12:47 +03:00
parent c7c15ea254
commit 073d7b4d8b
6 changed files with 25 additions and 26 deletions

View File

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