From 7e5ad046f25daf1f914d66852798eb95b65c5687 Mon Sep 17 00:00:00 2001 From: Thomas Arp Date: Mon, 14 Jan 2008 00:05:27 +0000 Subject: [PATCH] updated, non-tested version --- src/util/webster.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/webster.c b/src/util/webster.c index c619ade..2123cb1 100755 --- a/src/util/webster.c +++ b/src/util/webster.c @@ -107,13 +107,13 @@ void parse_webster_html(char *arg) { q = outline; while (*p != '<') - q++ = p++; + *q++ = p++; if (!strncmp(p, " tag, ignore it. - q++='\0'; + *q++='\0'; fprintf(outfile, "%s", outline); if (!strncmp(p, "", 8))