.
This commit is contained in:
parent
846b1d7981
commit
9b7ec6e1bb
@ -139,7 +139,7 @@ namespace big
|
|||||||
|
|
||||||
const auto rel_path = std::filesystem::relative(utf8_path);
|
const auto rel_path = std::filesystem::relative(utf8_path);
|
||||||
|
|
||||||
const auto utf8_rel_path = string_conversions::utf_16_to_code_page(CP_UTF8, entry.path().wstring());
|
const auto utf8_rel_path = string_conversions::utf_16_to_code_page(CP_UTF8, rel_path.wstring());
|
||||||
LOG(VERBOSE) << "Game file path relative: " << utf8_rel_path;
|
LOG(VERBOSE) << "Game file path relative: " << utf8_rel_path;
|
||||||
|
|
||||||
if (rel_path.empty())
|
if (rel_path.empty())
|
||||||
|
Reference in New Issue
Block a user