1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-04 20:26:01 +00:00

FSCORE-611

This commit is contained in:
Jeff Lenk 2010-05-25 08:20:28 -05:00
parent a2ceff1471
commit 920b866f15

@ -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 */