diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-08-03 11:27:41 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-08-03 11:27:41 +0800 |
commit | 4266ffc842d1aa530a45ead5b185471224ce8d44 (patch) | |
tree | b3db13a35ba698ca749f5d161af8984055e58aaa /mbbsd | |
parent | c3dc862ba619c444001f3d85369300b8a39007b2 (diff) | |
download | pttbbs-4266ffc842d1aa530a45ead5b185471224ce8d44.tar pttbbs-4266ffc842d1aa530a45ead5b185471224ce8d44.tar.gz pttbbs-4266ffc842d1aa530a45ead5b185471224ce8d44.tar.bz2 pttbbs-4266ffc842d1aa530a45ead5b185471224ce8d44.tar.lz pttbbs-4266ffc842d1aa530a45ead5b185471224ce8d44.tar.xz pttbbs-4266ffc842d1aa530a45ead5b185471224ce8d44.tar.zst pttbbs-4266ffc842d1aa530a45ead5b185471224ce8d44.zip |
short -> int
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3396 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-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 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]; |