diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 149d9b9c..fa4195ce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -173,6 +173,7 @@ int main(int argc, char* argv[]) { "program, and now it needs to be restarted. This is not a " "serious problem, it may be the negligence of the programmer, " "please report this problem if you can.")); + return_from_event_loop_code = RESTART_CODE; continue; } |