--- HTMLparser.c Tue Jul 1 13:28:58 2003 +++ HTMLparser.c.patched Sun Jul 27 20:53:38 2003 @@ -4352,6 +4352,7 @@ if (third) len -= 2; else if (next) len --; for (;base < len;base++) { +#if 0 if (!incomment && (base + 4 < len)) { if ((buf[base] == '<') && (buf[base + 1] == '!') && (buf[base + 2] == '-') && (buf[base + 3] == '-')) { @@ -4369,6 +4370,7 @@ } continue; } +#endif if (buf[base] == first) { if (third != 0) { if ((buf[base + 1] != next) ||