diff options
-rw-r--r-- | mbbsd/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 8afae778..1752a971 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -40,7 +40,7 @@ static int class_bid = 0; static int nbrdsize = 0; static boardstat_t *nbrd = NULL; static char choose_board_depth = 0; -static short brdnum; +static int brdnum; static char yank_flag = 1; static time4_t last_save_fav_and_brc; |