diff options
Diffstat (limited to 'util/parse_news.c')
-rw-r--r-- | util/parse_news.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/parse_news.c b/util/parse_news.c index fc24a2d6..18fcd654 100644 --- a/util/parse_news.c +++ b/util/parse_news.c @@ -1,4 +1,4 @@ -/* $Id: parse_news.c,v 1.2 2002/03/09 17:29:20 in2 Exp $ */ +/* $Id: parse_news.c,v 1.3 2002/05/25 11:17:55 ptt Exp $ */ #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -53,7 +53,6 @@ int main() { stampfile(buf, &news); sprintf(news.title, "中央社即時新聞 %s", fh.date); strcpy(news.owner, "CNA-News."); - news.savemode = 0; if (!(fp = fopen(buf, "w"))) return (0); fprintf(fp, "[34m ─────────[47;30m 中央社即時新聞[31m (%s)[m[34m──────────\n", |