FSCORE-611 Increase buffer in fs_cli for Win

This commit is contained in:
Jeff Lenk 2010-05-23 23:32:44 -05:00
parent ad2407b570
commit d1d6be889d
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ static const char *basic_gets(int *cnt)
*cnt = x;
#else
int read, key;
char keys[80];
char keys[CMD_BUFLEN];
HANDLE stdinHandle = GetStdHandle(STD_INPUT_HANDLE);
console_bufferInput (0, 0, prompt_str, PROMPT_OP);