From df2500c2e262db41b99df32a68d50258516f0871 Mon Sep 17 00:00:00 2001 From: scw Date: Tue, 6 Apr 2004 05:52:39 +0000 Subject: Write back brc record before switch board using 's'. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1705 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd/bbs.c') 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); -- cgit v1.2.3