ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/paranoia.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/paranoia.cpp (file contents):
Revision 1.2 by gbeauche, 2005-07-04T17:46:31Z vs.
Revision 1.3 by gbeauche, 2006-05-01T23:01:53Z

# 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          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines