Now able to actually quit

This commit is contained in:
buffet 2018-10-02 17:33:03 +02:00
parent e079de9103
commit a42d62cd92

View file

@ -249,7 +249,7 @@ sig_handler(int sig)
// EMPTY // EMPTY
} }
} else if (sig == SIGINT || sig == SIGHUP || sig == SIGTERM) { } else if (sig == SIGINT || sig == SIGHUP || sig == SIGTERM) {
// TODO: Set about to quit to 1 g_about_to_quit = 1;
} }
} }
--- ---