updated, non-tested version
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user