changeset 3525:1c5d35f767c5

[gaim-migrate @ 3598] Maybe this will work better. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 16 Sep 2002 21:40:11 +0000
parents 6f9610016503
children 2ce20ac05732
files src/aim.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/aim.c	Mon Sep 16 20:42:17 2002 +0000
+++ b/src/aim.c	Mon Sep 16 21:40:11 2002 +0000
@@ -411,8 +411,8 @@
 			"they can help you.\n");
 #else
 		fprintf(stderr, "Oh no!  Segmentation fault!\n");
-		g_on_error_query (NULL);
-
+		g_on_error_query (prog_name);
+		exit(1);
 #endif
 		abort();
 		break;