X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=4358606269a3e54337d632ed5e1e840f0ee100bd;hb=bf5e3d96f882fe51157059787cd658d4a7ddd840;hp=05f1b35cdea1332df983d782e0e27ac17ab709e9;hpb=40821f5c1316e9205a08375e7075909cc9968e7d;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index 05f1b35..4358606 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -703,7 +703,7 @@ use_forw: ap = brkstring(ci->ci_magic, " ", "\n"); copyip(ap, arguments, MAXARGS); } else { - arguments[0] = "cur"; + arguments[0] = seq_cur; arguments[1] = NULL; } folder = NULL; @@ -1335,7 +1335,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 +1562,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: