mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FSCORE-611
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user