summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r--src/other_tools/just_mr/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp
index 42054395..dfe705d2 100644
--- a/src/other_tools/just_mr/main.cpp
+++ b/src/other_tools/just_mr/main.cpp
@@ -237,6 +237,7 @@ auto main(int argc, char* argv[]) -> int {
my_name = std::filesystem::path(argv[0]).filename().string();
} catch (...) {
// ignore, as my_name is only used for error messages
+ my_name.clear();
}
}
try {