From 19a4185ac28f06c1dcd55d55aad67336c14e5e8e Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 8 Apr 2004 05:56:09 +0000 Subject: dircache error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1733 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mbbsd/cache.c b/mbbsd/cache.c index 698da5c7..0d551669 100644 --- a/mbbsd/cache.c +++ b/mbbsd/cache.c @@ -731,7 +731,9 @@ setbottomtotal(int bid) char genbuf[256]; setbfile(genbuf, bh->brdname, ".DIR.bottom"); SHM->n_bottom[bid-1]=get_num_records(genbuf, sizeof(fileheader_t)); +#if DIRCACHESIZE load_fileheader_bottom_cache(currbid, genbuf); +#endif } void setbtotal(int bid) -- cgit v1.2.3