Revert change

This commit is contained in:
gingerBill
2022-02-25 15:08:02 +00:00
parent 0e5c7e08fc
commit d97df080f9

View File

@@ -130,7 +130,7 @@ read_console :: proc(handle: win32.HANDLE, b: []byte) -> (n: int, err: Errno) {
b[n] = x
n += 1
}
if ctrl_z || single_read_length <= max_read {
if ctrl_z || single_read_length < max_read {
break
}
}