diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-13 00:20:16 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-13 00:20:16 +0800 |
commit | b48c6873e1cd4f8dcd0ce59f1c73a60a53818840 (patch) | |
tree | f80c228c0356253a20db012e869aeb11457edcfc /mbbsd/bbs.c | |
parent | 2f07023d62c096f4ad50b57c1ba21fca6f288177 (diff) | |
download | pttbbs-b48c6873e1cd4f8dcd0ce59f1c73a60a53818840.tar pttbbs-b48c6873e1cd4f8dcd0ce59f1c73a60a53818840.tar.gz pttbbs-b48c6873e1cd4f8dcd0ce59f1c73a60a53818840.tar.bz2 pttbbs-b48c6873e1cd4f8dcd0ce59f1c73a60a53818840.tar.lz pttbbs-b48c6873e1cd4f8dcd0ce59f1c73a60a53818840.tar.xz pttbbs-b48c6873e1cd4f8dcd0ce59f1c73a60a53818840.tar.zst pttbbs-b48c6873e1cd4f8dcd0ce59f1c73a60a53818840.zip |
push bottom fix
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1744 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 2fe205e2..e9a1ca6d 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2355,7 +2355,7 @@ push_bottom(int ent, fileheader_t * fhdr, char *direct) delete_record(buf, sizeof(fileheader_t), i+1); } } - //setbottomtotal(currbid); + setbottomtotal(currbid); touchdircache(currbid); return DIRCHANGED; } |