diff --git a/src/util/webster.c b/src/util/webster.c index 5c3d2f2..f3a5baa 100755 --- a/src/util/webster.c +++ b/src/util/webster.c @@ -78,6 +78,9 @@ void parse_webster_html(char *arg) { p = strtok(scanbuf, ">"); // chop the line at the end of tags:
word becomes ""); // skip the rest of this tag. + + fprintf(outfile, "Info on: %s\n\n", arg); + while (1) { q = outline; @@ -87,7 +90,7 @@ void parse_webster_html(char *arg) { assert(p < scanbuf+sizeof(scanbuf)); *q++ = *p++; } - if (!strncmp(p, " tag or a
or
tag, ignore it. @@ -106,6 +109,7 @@ void parse_webster_html(char *arg) { p = strtok(scanbuf, ">"); // chop the line at the end of tags:
word becomes "
" "" "word" p = strtok(NULL, ">"); // skip the rest of this tag. + while (1) { q = outline;