mirror of
https://github.com/curl/curl.git
synced 2026-06-17 02:05:43 +03:00
fread() returns a size_t
This commit is contained in:
parent
b7c56594b3
commit
c30cb73a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ static char *file2memory(FILE *file, long *size)
|
|||
char buffer[1024];
|
||||
char *string=NULL;
|
||||
char *newstring=NULL;
|
||||
long len=0;
|
||||
size_t len=0;
|
||||
long stringlen=0;
|
||||
|
||||
if(file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue