From 0bd90a389d5c86f0aa255ce6dbff8c6669529457 Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 16 Apr 2004 03:57:23 +0000 Subject: push bottom fix git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1768 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 7d9b75d9..4343cccb 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -2319,6 +2319,7 @@ push_bottom(int ent, fileheader_t * fhdr, char *direct) char buf[256]; if ((currmode & MODE_DIGEST) || !(currmode & MODE_BOARD)) return DONOTHING; + setbottomtotal(currbid); // Ptt : will be remove when stable num = getbottomtotal(currbid); if(getans(fhdr->filemode & FILE_BOTTOM ? "¨ú®ø¸m©³¤½§i?(y/N)": -- cgit v1.2.3