updated, non-tested version

This commit is contained in:
Thomas Arp
2008-01-14 00:06:47 +00:00
parent 7e5ad046f2
commit 66f9353ce7

View File

@@ -107,7 +107,7 @@ void parse_webster_html(char *arg) {
q = outline; q = outline;
while (*p != '<') while (*p != '<')
*q++ = p++; *q++ = *p++;
if (!strncmp(p, "<td ", 4)) if (!strncmp(p, "<td ", 4))
*q++ = '\n'; *q++ = '\n';