fix(console coloring): fixed get line duplicate variable in windows

This commit is contained in:
Mineplay 2025-10-18 09:41:46 -05:00
parent 1c5e1e046b
commit 7499404f63

View file

@ -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;
}