summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-12 21:41:16 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-12 21:41:16 +0800
commitedd89e653d6dbb25d9c2330082291d90db5d63d3 (patch)
tree34d3f27130663d4c9433c53e009ca54731f2f537 /mbbsd/bbs.c
parent1482e4d5c5887fe0e1822e7753d4f7273cb38aa5 (diff)
downloadpttbbs-edd89e653d6dbb25d9c2330082291d90db5d63d3.tar
pttbbs-edd89e653d6dbb25d9c2330082291d90db5d63d3.tar.gz
pttbbs-edd89e653d6dbb25d9c2330082291d90db5d63d3.tar.bz2
pttbbs-edd89e653d6dbb25d9c2330082291d90db5d63d3.tar.lz
pttbbs-edd89e653d6dbb25d9c2330082291d90db5d63d3.tar.xz
pttbbs-edd89e653d6dbb25d9c2330082291d90db5d63d3.tar.zst
pttbbs-edd89e653d6dbb25d9c2330082291d90db5d63d3.zip
move global variable into local, 587 bytes
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2607 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 093f2854..b3185bae 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1295,7 +1295,8 @@ b_man(void)
close(fd);
}
return a_menu(currboard, buf, HAS_PERM(PERM_ALLBOARD) ? 2 :
- (currmode & MODE_BOARD ? 1 : 0));
+ (currmode & MODE_BOARD ? 1 : 0),
+ NULL);
}
#ifndef NO_GAMBLE