Should be u8string

This commit is contained in:
Kawe Mazidjatari 2023-02-12 23:32:58 +01:00
parent 4d68a2edbe
commit 5806f719c6

View File

@ -167,7 +167,7 @@ vector<VPKKeyValues_t> CPackedStore::GetEntryValues(const string& svWorkspace, K
{
if (!dir->file_size()) // Empty files are not supported.
{
Warning(eDLL_T::FS, "File '%s' listed in build manifest appears truncated\n", dir->path().relative_path().string().c_str());
Warning(eDLL_T::FS, "File '%s' listed in build manifest appears truncated\n", dir->path().relative_path().u8string().c_str());
}
else
{