summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
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 1752a971..5903401b 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -707,7 +707,7 @@ paste_taged_brds(int gid)
static void
choose_board(int newflag)
{
- static short num = 0;
+ static int num = 0;
boardstat_t *ptr;
int head = -1, ch = 0, currmodetmp, tmp, tmp1, bidtmp;
char keyword[13] = "", buf[64];