summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-07-26 10:02:17 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-07-26 10:02:17 +0800
commitead1bafa7ff89cf7545933ea3aaf22d8905e64f0 (patch)
tree05a5216b38cc299c6d676d7e347d1cbf62020544 /mbbsd/board.c
parent2e71f47f81c536b56a2104c30e6e8e5653f2dbf1 (diff)
downloadpttbbs-ead1bafa7ff89cf7545933ea3aaf22d8905e64f0.tar
pttbbs-ead1bafa7ff89cf7545933ea3aaf22d8905e64f0.tar.gz
pttbbs-ead1bafa7ff89cf7545933ea3aaf22d8905e64f0.tar.bz2
pttbbs-ead1bafa7ff89cf7545933ea3aaf22d8905e64f0.tar.lz
pttbbs-ead1bafa7ff89cf7545933ea3aaf22d8905e64f0.tar.xz
pttbbs-ead1bafa7ff89cf7545933ea3aaf22d8905e64f0.tar.zst
pttbbs-ead1bafa7ff89cf7545933ea3aaf22d8905e64f0.zip
change brdnum from short to int
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3388 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
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;