From 48a7bbe6e4bdad1102a7f709be23110ef675141d Mon Sep 17 00:00:00 2001 From: Thomas Arp Date: Mon, 14 Jan 2008 00:56:11 +0000 Subject: [PATCH] updated, tested version - things look good now. --- src/util/webster.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;