From 6da62f6e613a26e48c090b87e78e75363f616284 Mon Sep 17 00:00:00 2001 From: in2 Date: Fri, 9 Apr 2004 07:39:47 +0000 Subject: push_bottom() marks broken git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1735 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mbbsd/bbs.c') 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; } -- cgit v1.2.3