X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=069ea85f2f87dc44d815f8ec5b695530edd1f8c4;hp=ab8d99c1b1504140b2b6d022c0032d2f0da6d694;hb=ffe93d6dc707aaf92529cefb38a1814956b48c9e;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38 diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index ab8d99c..069ea85 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -1335,7 +1334,7 @@ scan_content(CT ct) if (!isspace(*cp)) break; *++cp = '\0'; - if (!strncmp(buffer + 2, prefix, len) && + if (strncmp(buffer + 2, prefix, len)==0 && isdigit(buffer[2 + len])) { boundaryclash = 1; /* no need to keep checking */ @@ -1562,11 +1561,6 @@ skip_headers: switch (ct->c_encoding) { case CE_7BIT: /* Nothing to output */ -#if 0 - np = getcpy(ENCODING_FIELD); - vp = concat(" ", "7bit", "\n", NULL); - add_header(ct, np, vp); -#endif break; case CE_8BIT: