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/initbbs.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/initbbs.c')
-rw-r--r-- | util/initbbs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/initbbs.c b/util/initbbs.c index deab2c8b..f88daf92 100644 --- a/util/initbbs.c +++ b/util/initbbs.c @@ -1,4 +1,4 @@ -/* $Id: initbbs.c,v 1.3 2002/04/05 14:36:25 in2 Exp $ */ +/* $Id: initbbs.c,v 1.4 2002/05/25 11:17:55 ptt Exp $ */ #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -153,7 +153,6 @@ static void initMan() { struct tm *tm = localtime(&t); memset(&f, 0, sizeof(f)); - f.savemode = 0; strcpy(f.owner, "SYSOP"); sprintf(f.date, "%2d/%02d", tm->tm_mon + 1, tm->tm_mday); f.money = 0; |