summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 1376e0da..a1ca7006 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -117,7 +117,7 @@ int enter_board(const char *boardname)
}
-void imovefav(int old)
+static void imovefav(int old)
{
char buf[5];
int new;
@@ -275,7 +275,6 @@ b_config(void)
{
boardheader_t *bp=NULL;
int touched = 0, finished = 0;
- bp = getbcache(currbid);
int i = 0, attr = 0, ipostres;
char isBM = (currmode & MODE_BOARD) || HasUserPerm(PERM_SYSOP);
// perm cache
@@ -289,6 +288,8 @@ b_config(void)
int ytitle = b_lines - LNBOARDINFO;
+ bp = getbcache(currbid);
+
#ifdef OLDRECOMMEND
ytitle ++;
#endif // OLDRECOMMEND