X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=f65b6e32c2e5835752949703c6665f16397ca545;hb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb;hp=ab8d99c1b1504140b2b6d022c0032d2f0da6d694;hpb=b0b1dd37ff515578cf7cba51625189eb34a196cb;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index ab8d99c..f65b6e3 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -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 */