X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a25f618832c9b9dec40cd51cf698c3c50b4bf354..f053f0b49f317d31b337fe8d8b07612671831a52:/uip/burst.c diff --git a/uip/burst.c b/uip/burst.c index 49dad2d1..a9bb173e 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -180,7 +180,7 @@ main (int argc, char **argv) } else { if (numburst == 0) { if (!quietsw) - admonish (NULL, "message %d not in digest format", + inform("message %d not in digest format, continuing...", msgnum); } /* this pair of braces was missing before 1999-07-15 */ else @@ -521,6 +521,7 @@ cpybrst (FILE *in, FILE *out, char *ifile, char *ofile, int len, int mime) default: state = S2; + /* FALLTHRU */ case '\n': fputc (c, out); break; @@ -531,6 +532,7 @@ cpybrst (FILE *in, FILE *out, char *ifile, char *ofile, int len, int mime) switch (c) { case '\n': state = S1; + /* FALLTHRU */ default: fputc (c, out); break;