This commit is contained in:
xiaoxiao921 2024-04-04 16:30:11 +02:00
parent 846b1d7981
commit 9b7ec6e1bb

View File

@ -139,7 +139,7 @@ namespace big
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;
if (rel_path.empty())