summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/angel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/angel.c b/pttbbs/mbbsd/angel.c
index b41c39dc..c0f46e48 100644
--- a/pttbbs/mbbsd/angel.c
+++ b/pttbbs/mbbsd/angel.c
@@ -184,7 +184,7 @@ a_changeangel(){
int
a_angelmsg(){
- char msg[3][74] = { "", "", "" };
+ char msg[3][75] = { "", "", "" };
char nick[10] = "";
char buf[512];
int i;