diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-02-12 13:11:33 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-02-12 13:11:33 +0800 |
commit | 00eee2e00b063991da856cd7e93b0274149e46a7 (patch) | |
tree | 1d4a3a323a0d337d0be69c9c8bdd5e4f6266c7f7 /mbbsd/mbbsd.c | |
parent | 5a04bc91540459e854225d7f98f3f7eec080f9b5 (diff) | |
download | pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.gz pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.bz2 pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.lz pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.xz pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.zst pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.zip |
Reduce file I/O on .boardrc
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1529 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r-- | mbbsd/mbbsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index d7e85c3f..472d8566 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -154,6 +154,7 @@ u_exit(char *mode) setflags(PAGER_FLAG, currutmp->pager != 1); setflags(CLOAK_FLAG, currutmp->invisible); save_brdbuf(); + brc_finalize(); #ifdef ASSESS cuser.goodpost = currutmp->goodpost; |