From: Dana Jansens Date: Tue, 2 Sep 2003 07:57:47 +0000 (+0000) Subject: make the segfault swearing more clear X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=87342f85eb75079486e5bbc410f6002ee443dd6a;p=chaz%2Fopenbox make the segfault swearing more clear --- diff --git a/openbox/mainloop.c b/openbox/mainloop.c index 888c58fa..9df84d34 100644 --- a/openbox/mainloop.c +++ b/openbox/mainloop.c @@ -340,7 +340,7 @@ static void sighandler(gint sig) /* XXX special case for signals that default to core dump. 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 */ abort();