Add blank line after setlocale
setlocale() has to be separated from the signal handling.
This commit is contained in:
@ -843,6 +843,7 @@ main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
|
||||
memset(&act, 0, sizeof(act));
|
||||
act.sa_handler = terminate;
|
||||
sigaction(SIGINT, &act, NULL);
|
||||
|
Reference in New Issue
Block a user