mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Revert change
This commit is contained in:
@@ -130,7 +130,7 @@ read_console :: proc(handle: win32.HANDLE, b: []byte) -> (n: int, err: Errno) {
|
|||||||
b[n] = x
|
b[n] = x
|
||||||
n += 1
|
n += 1
|
||||||
}
|
}
|
||||||
if ctrl_z || single_read_length <= max_read {
|
if ctrl_z || single_read_length < max_read {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user