summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-15 08:28:54 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-15 08:28:54 +0800
commite550588f5f3a3628bae4aed354e0819e0daaf03e (patch)
tree85c39f04139cc7bbe50a4395a5b90f2d45069912 /mbbsd/board.c
parentd43fb8c1772b0510f9396e4f023c4aefad06d728 (diff)
downloadpttbbs-e550588f5f3a3628bae4aed354e0819e0daaf03e.tar
pttbbs-e550588f5f3a3628bae4aed354e0819e0daaf03e.tar.gz
pttbbs-e550588f5f3a3628bae4aed354e0819e0daaf03e.tar.bz2
pttbbs-e550588f5f3a3628bae4aed354e0819e0daaf03e.tar.lz
pttbbs-e550588f5f3a3628bae4aed354e0819e0daaf03e.tar.xz
pttbbs-e550588f5f3a3628bae4aed354e0819e0daaf03e.tar.zst
pttbbs-e550588f5f3a3628bae4aed354e0819e0daaf03e.zip
push bottom bug fixed
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1762 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 446f1103..66644967 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -128,7 +128,10 @@ check_newpost(boardstat_t * ptr)
return 0;
if (B_TOTAL(ptr) == 0)
+ {
setbtotal(ptr->bid);
+ setbottomtotal(ptr->bid);
+ }
if (B_TOTAL(ptr) == 0)
return 0;
ftime = B_LASTPOSTTIME(ptr);