From 6017ae543885ba2d8204ded8bc1a55bdeb57a5ad Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 16 Apr 2004 04:07:47 +0000 Subject: push_bottom fix git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1769 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 332cc0bb..413ad26d 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -857,7 +857,7 @@ i_read(int cmdmode, char *direct, void (*dotitle) (), void (*doentry) (), onekey if( (last_line = getbtotal(currbid)) == 0 ){ setbtotal(currbid); setbottomtotal(currbid); - last_line = get_num_records(currdirect, FHSZ); + last_line = getbtotal(currbid); } bottom_line = last_line; last_line += (n_bottom = getbottomtotal(currbid)); -- cgit v1.2.3