mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-04 12:24:45 +00:00
some more explicitness
This commit is contained in:
parent
5e97518634
commit
30d26a3e67
3 changed files with 3 additions and 3 deletions
2
ioutil.c
2
ioutil.c
|
@ -20,7 +20,7 @@ int writeall(FH fd,const u8 *data,size_t len)
|
|||
continue;
|
||||
return -1;
|
||||
}
|
||||
len -= wrote;
|
||||
len -= (size_t) wrote;
|
||||
data += wrote;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue