From a3b209f669a99367136225cf890487df69dfabe0 Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 13 Oct 2005 10:34:07 +0000 Subject: move announce: it's still safe to add one more byte. be careful if you want to add more since a hard-coded limit value of 9999 is already there. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3222 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/announce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/announce.c') diff --git a/mbbsd/announce.c b/mbbsd/announce.c index 255593ce..af79c1b0 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -693,7 +693,7 @@ static void a_moveitem(menu_t * pm) { fileheader_t *tmp; - char newnum[4]; + char newnum[5]; int num, max, min; char buf[PATHLEN]; int fail; -- cgit v1.2.3