diff options
Diffstat (limited to '')
-rw-r--r-- | bzip2.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -748,8 +748,8 @@ void panic ( const Char* s ) | |||
748 | fprintf ( stderr, | 748 | fprintf ( stderr, |
749 | "\n%s: PANIC -- internal consistency error:\n" | 749 | "\n%s: PANIC -- internal consistency error:\n" |
750 | "\t%s\n" | 750 | "\t%s\n" |
751 | "\tThis is a BUG. Please report it to me at:\n" | 751 | "\tThis is a BUG. Please report it to:\n" |
752 | "\tjseward@acm.org\n", | 752 | "\tbzip2-devel@sourceware.org\n", |
753 | progName, s ); | 753 | progName, s ); |
754 | showFileNames(); | 754 | showFileNames(); |
755 | cleanUpAndFail( 3 ); | 755 | cleanUpAndFail( 3 ); |
@@ -829,7 +829,7 @@ void mySIGSEGVorSIGBUScatcher ( IntNative n ) | |||
829 | " The user's manual, Section 4.3, has more info on (1) and (2).\n" | 829 | " The user's manual, Section 4.3, has more info on (1) and (2).\n" |
830 | " \n" | 830 | " \n" |
831 | " If you suspect this is a bug in bzip2, or are unsure about (1)\n" | 831 | " If you suspect this is a bug in bzip2, or are unsure about (1)\n" |
832 | " or (2), feel free to report it to me at: jseward@acm.org.\n" | 832 | " or (2), feel free to report it to: bzip2-devel@sourceware.org.\n" |
833 | " Section 4.3 of the user's manual describes the info a useful\n" | 833 | " Section 4.3 of the user's manual describes the info a useful\n" |
834 | " bug report should have. If the manual is available on your\n" | 834 | " bug report should have. If the manual is available on your\n" |
835 | " system, please try and read it before mailing me. If you don't\n" | 835 | " system, please try and read it before mailing me. If you don't\n" |
@@ -852,7 +852,7 @@ void mySIGSEGVorSIGBUScatcher ( IntNative n ) | |||
852 | " The user's manual, Section 4.3, has more info on (2) and (3).\n" | 852 | " The user's manual, Section 4.3, has more info on (2) and (3).\n" |
853 | " \n" | 853 | " \n" |
854 | " If you suspect this is a bug in bzip2, or are unsure about (2)\n" | 854 | " If you suspect this is a bug in bzip2, or are unsure about (2)\n" |
855 | " or (3), feel free to report it to me at: jseward@acm.org.\n" | 855 | " or (3), feel free to report it to: bzip2-devel@sourceware.org.\n" |
856 | " Section 4.3 of the user's manual describes the info a useful\n" | 856 | " Section 4.3 of the user's manual describes the info a useful\n" |
857 | " bug report should have. If the manual is available on your\n" | 857 | " bug report should have. If the manual is available on your\n" |
858 | " system, please try and read it before mailing me. If you don't\n" | 858 | " system, please try and read it before mailing me. If you don't\n" |