We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b72ad6 commit c417e2eCopy full SHA for c417e2e
1 file changed
SerialPrograms/Source/CommonFramework/Globals.cpp
@@ -244,6 +244,9 @@ namespace {
244
}
245
246
void set_program_path(const char* argv0){
247
+ std::string str = "";
248
+ std::filesystem::path p(str);
249
+
250
if (argv0 != nullptr){
251
std::filesystem::path program_path(argv0);
252
g_program_absolute_path = std::filesystem::absolute(program_path).string();
0 commit comments