summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-09 20:51:07 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-09 20:51:07 +0800
commitef77e882e4addbd7b94333f1aac9c41673ee611f (patch)
tree8c0c30e051050aba5a8fa8ce4c86e77098d53968 /util
parent9775cb20c754166c2bf4d8a3fa7e43284e13e631 (diff)
downloadpttbbs-ef77e882e4addbd7b94333f1aac9c41673ee611f.tar
pttbbs-ef77e882e4addbd7b94333f1aac9c41673ee611f.tar.gz
pttbbs-ef77e882e4addbd7b94333f1aac9c41673ee611f.tar.bz2
pttbbs-ef77e882e4addbd7b94333f1aac9c41673ee611f.tar.lz
pttbbs-ef77e882e4addbd7b94333f1aac9c41673ee611f.tar.xz
pttbbs-ef77e882e4addbd7b94333f1aac9c41673ee611f.tar.zst
pttbbs-ef77e882e4addbd7b94333f1aac9c41673ee611f.zip
fix bug
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@315 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/util_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/util_cache.c b/util/util_cache.c
index 7f4b0897..4a53cd2c 100644
--- a/util/util_cache.c
+++ b/util/util_cache.c
@@ -1,4 +1,4 @@
-/* $Id: util_cache.c,v 1.3 2002/06/06 21:34:15 in2 Exp $ */
+/* $Id: util_cache.c,v 1.4 2002/06/09 12:51:07 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -328,7 +328,7 @@ void resolve_boards() {
while(SHM->Buptime < SHM->Btouchtime)
reload_bcache();
- numboards = SHM->number;
+ numboards = SHM->Bnumber;
}
void touch_boards() {