diff options
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 8c7b432b..01af29c6 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -324,6 +324,7 @@ do_select(int ent, fileheader_t * fhdr, char *direct) if (!HasPerm(bh)) return TITLE_REDRAW; strlcpy(bname, bh->brdname, sizeof(bname)); + brc_update(); currbid = i; setbpath(bpath, bname); |