From 453cbdaf0b036ee318b96498fc0613c6a2bcbc5f Mon Sep 17 00:00:00 2001 From: Rumble Date: Mon, 14 Jan 2008 00:57:41 +0000 Subject: [PATCH] Final, working version. --- src/util/webster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/webster.c b/src/util/webster.c index f3a5baa..2562216 100755 --- a/src/util/webster.c +++ b/src/util/webster.c @@ -55,7 +55,7 @@ void parse_webster_html(char *arg) { return; } -// unlink("webster.html"); /* We can still read */ + unlink("webster.html"); /* We can still read */ for ( ; get_line(infile, buf)!=0; ) {