diff options
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 3fbf97e2..66465724 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2321,6 +2321,7 @@ board_etc() static int push_bottom(int ent, fileheader_t * fhdr, char *direct) { +#if 0 int num, i; char buf[256]; if ((currmode & MODE_DIGEST) || !(currmode & MODE_BOARD)) @@ -2357,6 +2358,7 @@ push_bottom(int ent, fileheader_t * fhdr, char *direct) } setbottomtotal(currbid); touchdircache(currbid); +#endif return DIRCHANGED; } |