summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-10-13 18:34:07 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-10-13 18:34:07 +0800
commita3b209f669a99367136225cf890487df69dfabe0 (patch)
treea1c77f6c6d84b41339c2cd0a8eb1443c79a3dd14 /mbbsd/announce.c
parent484f322118b5e263d8749742268940486acbcd40 (diff)
downloadpttbbs-a3b209f669a99367136225cf890487df69dfabe0.tar
pttbbs-a3b209f669a99367136225cf890487df69dfabe0.tar.gz
pttbbs-a3b209f669a99367136225cf890487df69dfabe0.tar.bz2
pttbbs-a3b209f669a99367136225cf890487df69dfabe0.tar.lz
pttbbs-a3b209f669a99367136225cf890487df69dfabe0.tar.xz
pttbbs-a3b209f669a99367136225cf890487df69dfabe0.tar.zst
pttbbs-a3b209f669a99367136225cf890487df69dfabe0.zip
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
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c2
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;