From: Anthony Minessale Date: Sat, 18 Mar 2006 04:13:51 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~3028 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142e273cb02702b67e204f23d7bbecda0ab6e284;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@872 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_console.c b/src/switch_console.c index 9636f836d9..7db630aef8 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -35,7 +35,7 @@ static int switch_console_process(char *cmd) { char *arg = NULL; - char retbuf[1024] = ""; + char retbuf[SWITCH_RECCOMMENDED_BUFFER_SIZE * 10] = ""; #ifdef EMBED_PERL const char *perlhelp = "perl - execute some perl. (print to STDERR if you want to see it.)\n";