From 4266ffc842d1aa530a45ead5b185471224ce8d44 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 3 Aug 2006 03:27:41 +0000 Subject: short -> int git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3396 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/board.c') 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]; -- cgit v1.2.3