summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/cache.c2
1 files changed, 2 insertions, 0 deletions
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)