summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-29 02:22:09 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-29 02:22:09 +0800
commit1b6e787dfb9b157a4270c672ec28bb26180fc284 (patch)
treef64c33475d6e2020b0af9293a86ff6059d9b307a /mbbsd/board.c
parent4bc2da5f4727ef0c25980813d81cd9177ea4dc7f (diff)
downloadpttbbs-1b6e787dfb9b157a4270c672ec28bb26180fc284.tar
pttbbs-1b6e787dfb9b157a4270c672ec28bb26180fc284.tar.gz
pttbbs-1b6e787dfb9b157a4270c672ec28bb26180fc284.tar.bz2
pttbbs-1b6e787dfb9b157a4270c672ec28bb26180fc284.tar.lz
pttbbs-1b6e787dfb9b157a4270c672ec28bb26180fc284.tar.xz
pttbbs-1b6e787dfb9b157a4270c672ec28bb26180fc284.tar.zst
pttbbs-1b6e787dfb9b157a4270c672ec28bb26180fc284.zip
- board: shrink search_board input textbox size
- menu: improve message - chat: check again permission git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4256 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 e63ac303..189c7102 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1620,7 +1620,7 @@ choose_board(int newflag)
break;
case 's':
{
- char bname[IDLEN*2];
+ char bname[IDLEN+1];
move(0, 0);
clrtoeol();
CompleteBoardAndGroup(ANSI_REVERSE