make the segfault swearing more clear
This commit is contained in:
parent
8420e47848
commit
87342f85eb
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ static void sighandler(gint sig)
|
||||||
/* XXX special case for signals that default to core dump.
|
/* XXX special case for signals that default to core dump.
|
||||||
but throw some helpful output here... */
|
but throw some helpful output here... */
|
||||||
|
|
||||||
fprintf(stderr, "Fuck ya. Core dump. (Signal=%d)\n", sig);
|
fprintf(stderr, "Fuck yah. Core dump. (Signal=%d)\n", sig);
|
||||||
|
|
||||||
/* die with a core dump */
|
/* die with a core dump */
|
||||||
abort();
|
abort();
|
||||||
|
|
Loading…
Reference in a new issue