Mercurial > pidgin
comparison src/aim.c @ 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 | 6b0cb60162f4 |
children | aa5bb19435ce |
comparison
equal
deleted
inserted
replaced
3524:6f9610016503 | 3525:1c5d35f767c5 |
---|---|
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 (NULL); | 414 g_on_error_query (prog_name); |
415 | 415 exit(1); |
416 #endif | 416 #endif |
417 abort(); | 417 abort(); |
418 break; | 418 break; |
419 case SIGCHLD: | 419 case SIGCHLD: |
420 clean_pid(); | 420 clean_pid(); |