From 920b866f15c57e70de4d82a54617150277d2713c Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Tue, 25 May 2010 08:20:28 -0500 Subject: [PATCH] FSCORE-611 --- src/switch_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_console.c b/src/switch_console.c index ce6c6eef1b..2298012557 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -1436,7 +1436,7 @@ SWITCH_DECLARE(void) switch_console_loop(void) #ifndef _MSC_VER int x = 0; #else - char keys[80]; + char keys[CMD_BUFLEN]; #endif /* Load/Init the config first */