summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xasterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk.c b/asterisk.c
index a714d542b..0ec97bb54 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -977,7 +977,7 @@ static char *cli_complete(EditLine *el, int ch)
int nummatches = 0;
char **matches;
int retval = CC_ERROR;
- char buf[1024];
+ char buf[2048];
int res;
LineInfo *lf = (LineInfo *)el_line(el);