diff options
Diffstat (limited to 'mbbsd/board.c')
-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 193fe04c..4d643242 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -189,7 +189,7 @@ HasBoardPerm(boardheader_t *bptr) static int b_post_note(void) { - char buf[200], yn[3]; + char buf[PATHLEN], yn[3]; // if(!(currmode & MODE_BOARD)) return DONOTHING; stand_title("¦Ûqª`·N¨Æ¶µ"); |