src: broad refactoring to use FilePath.wstr() where easily possible
This commit is contained in:
@@ -86,7 +86,7 @@ std::vector<std::string> TextAccess::readFile(const FilePath& filePath)
|
||||
|
||||
if (srcFile.fail())
|
||||
{
|
||||
LOG_ERROR("Could not open file " + filePath.str());
|
||||
LOG_ERROR(L"Could not open file " + filePath.wstr());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user