[Asterisk-cvs] asterisk asterisk.c,1.62,1.63
citats at lists.digium.com
citats at lists.digium.com
Wed Mar 24 03:12:24 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk
Modified Files:
asterisk.c
Log Message:
Make cli_complete buffer as large as the one used in handle_commandmatchesarray (bug 1281)
Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- asterisk.c 23 Mar 2004 21:55:46 -0000 1.62
+++ asterisk.c 24 Mar 2004 08:09:01 -0000 1.63
@@ -977,7 +977,7 @@
int nummatches = 0;
char **matches;
int retval = CC_ERROR;
- char buf[1024];
+ char buf[2048];
int res;
LineInfo *lf = (LineInfo *)el_line(el);
More information about the svn-commits
mailing list