From eb72dc5f2efad14b2dd4cc218de65a907dc5a4a3 Mon Sep 17 00:00:00 2001 From: dongresource Date: Wed, 13 Sep 2023 23:08:09 +0200 Subject: [PATCH] Forgot to commit this one --- vendor/bcrypt/bcrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/bcrypt/bcrypt.c b/vendor/bcrypt/bcrypt.c index cb0632a..60448b7 100644 --- a/vendor/bcrypt/bcrypt.c +++ b/vendor/bcrypt/bcrypt.c @@ -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)