updated build system

This commit is contained in:
Scott E. Graves 2024-08-02 12:11:45 -05:00
parent c1f39afaa3
commit 95b88b6ac6

View File

@ -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)));
}