mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
Forgot to commit this one
This commit is contained in:
parent
a7993bfc10
commit
eb72dc5f2e
2
vendor/bcrypt/bcrypt.c
vendored
2
vendor/bcrypt/bcrypt.c
vendored
@ -54,7 +54,7 @@ static int try_close(int fd)
|
|||||||
static int try_read(int fd, char *out, size_t count)
|
static int try_read(int fd, char *out, size_t count)
|
||||||
{
|
{
|
||||||
size_t total;
|
size_t total;
|
||||||
ssize_t partial;
|
__int64 partial;
|
||||||
|
|
||||||
total = 0;
|
total = 0;
|
||||||
while (total < count)
|
while (total < count)
|
||||||
|
Loading…
Reference in New Issue
Block a user