From ead1bafa7ff89cf7545933ea3aaf22d8905e64f0 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 26 Jul 2006 02:02:17 +0000 Subject: change brdnum from short to int git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3388 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') 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; -- cgit v1.2.3