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))