Now able to actually quit
This commit is contained in:
parent
e079de9103
commit
a42d62cd92
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue