From 1fcc5da29d40392d24c3dc5f9afd65290ab6ddbe Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 1 Jun 2002 22:08:53 +0000 Subject: 't' unset git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@269 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mbbsd/board.c') diff --git a/mbbsd/board.c b/mbbsd/board.c index 88376c7e..54237fa5 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -1,4 +1,4 @@ -/* $Id: board.c,v 1.26 2002/05/30 17:59:41 ptt Exp $ */ +/* $Id: board.c,v 1.27 2002/06/01 22:08:53 ptt Exp $ */ #include #include #include @@ -262,6 +262,9 @@ void init_brdbuf() { read(n, favbuf, size); close(n); } + + for(n = 0; n < size; n++) + favbuf[n] &= ~BRD_TAG; brc_expire_time = login_start_time - 365 * 86400; } -- cgit v1.2.3