mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
FSCORE-611 Increase buffer in fs_cli for Win
This commit is contained in:
parent
ad2407b570
commit
d1d6be889d
@ -779,7 +779,7 @@ static const char *basic_gets(int *cnt)
|
|||||||
*cnt = x;
|
*cnt = x;
|
||||||
#else
|
#else
|
||||||
int read, key;
|
int read, key;
|
||||||
char keys[80];
|
char keys[CMD_BUFLEN];
|
||||||
HANDLE stdinHandle = GetStdHandle(STD_INPUT_HANDLE);
|
HANDLE stdinHandle = GetStdHandle(STD_INPUT_HANDLE);
|
||||||
|
|
||||||
console_bufferInput (0, 0, prompt_str, PROMPT_OP);
|
console_bufferInput (0, 0, prompt_str, PROMPT_OP);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user