Skip to content

Commit

Permalink
Should be u8string
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauler125 committed Feb 12, 2023
1 parent 4d68a2e commit 5806f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r5dev/vpklib/packedstore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 5806f71

Please # to comment.