X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;fp=uip%2Fburst.c;h=725abec39bca86be769cdfa8d04236f1ad3fa220;hp=4c5048594895943998ddf0d12b98262c33d58934;hb=9f9bfa91d88b3ca4cd9206c1f2b17c6d13ebcaba;hpb=72d1181d50ccb0b410e3745f4fd3981fd673d647 diff --git a/uip/burst.c b/uip/burst.c index 4c50485..725abec 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -229,13 +229,6 @@ find_delim(int msgnum, struct smsg *smsgs) smsgs[msgp++].s_stop = (c == '\n' && wasdlm) ? pos - 1 : pos; if (feof(in)) { -#if 0 - if (wasdlm) { - smsgs[msgp - 1].s_stop -= - ((long) strlen(buffer) + 1); - msgp++; /* fake "End of XXX Digest" */ - } -#endif break; } pos += (long) strlen(buffer);