# | Line 103 | Line 103 | void paranoia_check(void) | |
---|---|---|
103 | sigusr2_action.sa_sigaction = sigusr2_handler; | |
104 | sigusr2_action.sa_flags = SA_SIGINFO | SA_ONSTACK | SA_RESTART; | |
105 | if (sigaction(SIGUSR2, &sigusr2_action, &old_action) < 0) { | |
106 | < | sprintf(str, GetString(STR_SIGUSR2_INSTALL_ERR), strerror(errno)); |
106 | > | sprintf(str, GetString(STR_SIG_INSTALL_ERR), "SIGUSR2", strerror(errno)); |
107 | ErrorAlert(str); | |
108 | exit(1); | |
109 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |