summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-10-13 22:14:08 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2011-10-13 22:14:08 +0800
commitd083c5348f1665c121ec0c5cae7b10ed7433f4fd (patch)
treed078041da6ced85c3bb1b8750e145a1fca340764
parent6d65b13d129ef5404a8aeb2ae3d193b593842f19 (diff)
downloadpttbbs-d083c5348f1665c121ec0c5cae7b10ed7433f4fd.tar
pttbbs-d083c5348f1665c121ec0c5cae7b10ed7433f4fd.tar.gz
pttbbs-d083c5348f1665c121ec0c5cae7b10ed7433f4fd.tar.bz2
pttbbs-d083c5348f1665c121ec0c5cae7b10ed7433f4fd.tar.lz
pttbbs-d083c5348f1665c121ec0c5cae7b10ed7433f4fd.tar.xz
pttbbs-d083c5348f1665c121ec0c5cae7b10ed7433f4fd.tar.zst
pttbbs-d083c5348f1665c121ec0c5cae7b10ed7433f4fd.zip
increase angel msg buffer size
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5417 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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;