summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
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);