diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-08 11:23:51 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-08 11:23:51 +0800 |
commit | a6c96a359610b40fc64738b812d93340439f7f6b (patch) | |
tree | c7de1f79de961cca771b91dc5bcbdf0ae1608848 /mbbsd | |
parent | a0dc0d66b864c10fe6e1520e3869cd0c451fa32f (diff) | |
download | pttbbs-a6c96a359610b40fc64738b812d93340439f7f6b.tar pttbbs-a6c96a359610b40fc64738b812d93340439f7f6b.tar.gz pttbbs-a6c96a359610b40fc64738b812d93340439f7f6b.tar.bz2 pttbbs-a6c96a359610b40fc64738b812d93340439f7f6b.tar.lz pttbbs-a6c96a359610b40fc64738b812d93340439f7f6b.tar.xz pttbbs-a6c96a359610b40fc64738b812d93340439f7f6b.tar.zst pttbbs-a6c96a359610b40fc64738b812d93340439f7f6b.zip |
push_bottom fix
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1728 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |