fix(console coloring): fixed get line duplicate variable in windows
This commit is contained in:
parent
1c5e1e046b
commit
7499404f63
1 changed files with 0 additions and 1 deletions
|
|
@ -150,7 +150,6 @@ IonyError iony_console_get_line(char *character_string, const long max_length, l
|
|||
}
|
||||
}
|
||||
|
||||
DWORD characters_read;
|
||||
if (!ReadFile(iony_standard_console_in, character_string, max_length, characters_read, 0)) {
|
||||
return IONY_ERROR_SYSTEM_CALL_FAILED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue