diff options
-rw-r--r-- | pttbbs/mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index 3ba95167..b96752ab 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/mbbsd/bbs.c @@ -3040,7 +3040,7 @@ recommend(int ent, fileheader_t * fhdr, const char *direct) // make sure to do modification { // to hold ':wq', ':q!' 'ZZ' - char ans[5]; + char ans[2]; sprintf(buf+strlen(buf), ANSI_REVERSE "%-*s" ANSI_RESET " ½T©w[y/N]:", maxlength, msg); |