os: fix v_realloc call on windows
parent
2e275731a3
commit
b92ce38593
|
@ -791,7 +791,7 @@ pub fn get_raw_stdin() []byte {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
buf = v_realloc(buf, offset + block_bytes + (block_bytes-bytes_read))
|
buf = v_realloc(buf, u32(offset + block_bytes + (block_bytes-bytes_read)))
|
||||||
}
|
}
|
||||||
|
|
||||||
C.CloseHandle(h_input)
|
C.CloseHandle(h_input)
|
||||||
|
|
Loading…
Reference in New Issue