summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-06 05:45:45 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-06 05:45:45 +0800
commit6b49f6bc1bf86a9bfa61e34afda72387126e2f53 (patch)
tree496f791a7ce500787c209d78eca93821d58e791b /mbbsd/read.c
parent2cbf4932a81de91bcc12a65eb314ff0c88d2a7ae (diff)
downloadpttbbs-6b49f6bc1bf86a9bfa61e34afda72387126e2f53.tar
pttbbs-6b49f6bc1bf86a9bfa61e34afda72387126e2f53.tar.gz
pttbbs-6b49f6bc1bf86a9bfa61e34afda72387126e2f53.tar.bz2
pttbbs-6b49f6bc1bf86a9bfa61e34afda72387126e2f53.tar.lz
pttbbs-6b49f6bc1bf86a9bfa61e34afda72387126e2f53.tar.xz
pttbbs-6b49f6bc1bf86a9bfa61e34afda72387126e2f53.tar.zst
pttbbs-6b49f6bc1bf86a9bfa61e34afda72387126e2f53.zip
push bottom
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1701 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index f6b64313..fb3e15d2 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -819,6 +819,7 @@ i_read(int cmdmode, char *direct, void (*dotitle) (), void (*doentry) (), onekey
if (bidcache > 0 && !(currmode & (MODE_SELECT | MODE_DIGEST))){
if( (last_line = getbtotal(currbid)) == 0 ){
setbtotal(currbid);
+ setbottomtotal(currbid);
last_line = get_num_records(currdirect, FHSZ);
}
}