From a6c96a359610b40fc64738b812d93340439f7f6b Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 8 Apr 2004 03:23:51 +0000 Subject: push_bottom fix git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1728 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/read.c') diff --git a/mbbsd/read.c b/mbbsd/read.c index 52f329ff..e294b091 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -869,7 +869,7 @@ i_read(int cmdmode, char *direct, void (*dotitle) (), void (*doentry) (), onekey case PARTUPDATE: if (last_line < locmem->top_ln + p_lines) { if (bidcache > 0 && !(currmode & (MODE_SELECT | MODE_DIGEST))) - num = getbtotal(currbid); + num = getbtotal(currbid)+getbottomtotal(currbid); else num = get_num_records(currdirect, FHSZ); -- cgit v1.2.3