bleh bleh bleh

This commit is contained in:
2025-11-11 19:03:57 -05:00
parent 517a8262a6
commit 21fa89c35d
2 changed files with 3 additions and 4 deletions

View File

@@ -424,7 +424,7 @@ namespace anm2ed::imgui
: dialog::NONE;
auto replace_extension = [&]()
{ path = std::filesystem::path(path).replace_extension(render::EXTENSIONS[type]); };
{ path = std::filesystem::path(path).replace_extension(render::EXTENSIONS[type]).string(); };
auto range_to_length = [&]()
{