bleh bleh bleh
This commit is contained in:
@@ -424,7 +424,7 @@ namespace anm2ed::imgui
|
|||||||
: dialog::NONE;
|
: dialog::NONE;
|
||||||
|
|
||||||
auto replace_extension = [&]()
|
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 = [&]()
|
auto range_to_length = [&]()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,9 +18,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "string_.h"
|
|
||||||
|
|
||||||
using namespace anm2ed::util;
|
|
||||||
using namespace anm2ed::resource;
|
using namespace anm2ed::resource;
|
||||||
using namespace glm;
|
using namespace glm;
|
||||||
|
|
||||||
@@ -112,7 +111,7 @@ namespace anm2ed
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if _WIN32
|
#if _WIN32
|
||||||
command = string::quote(command);
|
command = util::string::quote(command);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
logger.command(command);
|
logger.command(command);
|
||||||
|
|||||||
Reference in New Issue
Block a user