diff --git a/support/3rd_party/src/utils/path.cpp b/support/3rd_party/src/utils/path.cpp index dc0c325b..0785043f 100644 --- a/support/3rd_party/src/utils/path.cpp +++ b/support/3rd_party/src/utils/path.cpp @@ -184,7 +184,7 @@ auto strip_to_file_name(std::string path) -> std::string { } auto strip_to_file_name(std::wstring path) -> std::wstring { - return utils::string::to_utf8( + return utils::string::from_utf8( strip_to_file_name(utils::string::to_utf8(path))); }