comparison src/aim.c @ 3528:aa5bb19435ce

[gaim-migrate @ 3601] How'd that get there? =-O committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 17 Sep 2002 04:39:09 +0000
parents 1c5d35f767c5
children 84d2cd1d0ec9
comparison
equal deleted inserted replaced
3527:6587d97dc215 3528:aa5bb19435ce
409 WEBSITE "gdb.php. If you need further\n" 409 WEBSITE "gdb.php. If you need further\n"
410 "assistance, please IM either RobFlynn or SeanEgn and\n" 410 "assistance, please IM either RobFlynn or SeanEgn and\n"
411 "they can help you.\n"); 411 "they can help you.\n");
412 #else 412 #else
413 fprintf(stderr, "Oh no! Segmentation fault!\n"); 413 fprintf(stderr, "Oh no! Segmentation fault!\n");
414 g_on_error_query (prog_name); 414 g_on_error_query (g_get_prgname());
415 exit(1); 415 exit(1);
416 #endif 416 #endif
417 abort(); 417 abort();
418 break; 418 break;
419 case SIGCHLD: 419 case SIGCHLD: