diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-09 15:39:47 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-09 15:39:47 +0800 |
commit | 6da62f6e613a26e48c090b87e78e75363f616284 (patch) | |
tree | 149dcaf152f2dd5a77a8ea638345916d58f55afb | |
parent | 588112ef68e87944a78e349efb5605b74fa6b804 (diff) | |
download | pttbbs-6da62f6e613a26e48c090b87e78e75363f616284.tar pttbbs-6da62f6e613a26e48c090b87e78e75363f616284.tar.gz pttbbs-6da62f6e613a26e48c090b87e78e75363f616284.tar.bz2 pttbbs-6da62f6e613a26e48c090b87e78e75363f616284.tar.lz pttbbs-6da62f6e613a26e48c090b87e78e75363f616284.tar.xz pttbbs-6da62f6e613a26e48c090b87e78e75363f616284.tar.zst pttbbs-6da62f6e613a26e48c090b87e78e75363f616284.zip |
push_bottom() marks broken
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1735 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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; } |