X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=725abec39bca86be769cdfa8d04236f1ad3fa220;hp=4c5048594895943998ddf0d12b98262c33d58934;hb=5b92ee6942b9b466914f5faa5fa4c00a2ebc6d35;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38 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);