diff options
-rw-r--r-- | mbbsd/announce.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |