comparison src/main.c @ 5996:7711ef5338a0

[gaim-migrate @ 6444] Two aborts() in a row is a bit pointless, isn't it? Thanks faceprint. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 02 Jul 2003 21:37:12 +0000
parents 8559b7f2a8a6
children 5cd7a10c6ade
comparison
equal deleted inserted replaced
5995:8559b7f2a8a6 5996:7711ef5338a0
482 "assistance, please IM either RobFlynn or SeanEgn and\n" 482 "assistance, please IM either RobFlynn or SeanEgn and\n"
483 "they can help you.\n"); 483 "they can help you.\n");
484 #else 484 #else
485 fprintf(stderr, "Oh no! Segmentation fault!\n"); 485 fprintf(stderr, "Oh no! Segmentation fault!\n");
486 /*g_on_error_query (g_get_prgname());*/ 486 /*g_on_error_query (g_get_prgname());*/
487 abort();
488 #endif 487 #endif
489 abort(); 488 abort();
490 break; 489 break;
491 case SIGCHLD: 490 case SIGCHLD:
492 clean_pid(); 491 clean_pid();