From b638a107935cd572fccbcbd0eb9c02f21d01e698 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 27 Apr 2004 17:32:05 +0000 Subject: fix childcount git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1877 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/board.c b/mbbsd/board.c index 0c813609..34cbef5d 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -300,8 +300,9 @@ load_boards(char *key) } addnewbrdstat(n, state); } - if(childcount != brdnum) //fix soon - getbcache(class_bid)->childcount = brdnum; + if(childcount < brdnum) //Ptt: dirty fix fix soon + getbcache(class_bid)->childcount = 0; + } } -- cgit v1.2.3