Forgot to commit this one

This commit is contained in:
dongresource 2023-09-13 23:08:09 +02:00
parent a7993bfc10
commit eb72dc5f2e

View File

@ -54,7 +54,7 @@ static int try_close(int fd)
static int try_read(int fd, char *out, size_t count)
{
size_t total;
ssize_t partial;
__int64 partial;
total = 0;
while (total < count)