diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:17:55 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:17:55 +0800 |
commit | 3bf522b143e8bd77046531e4636e3a0b4c510188 (patch) | |
tree | 66f27014776adc79555ee38f4a8de80e18b07811 /util/parse_news.c | |
parent | c5cd856ffb6076093e0eaf8186c6f4905a105989 (diff) | |
download | pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.gz pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.bz2 pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.lz pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.xz pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.zst pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.zip |
remode savemode
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@219 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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", |