mirror of
https://github.com/curl/curl.git
synced 2026-08-02 13:20:29 +03:00
size_t/int fix
This commit is contained in:
parent
72a4715dff
commit
385086b460
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ CURLdigest Curl_input_digest(struct connectdata *conn,
|
|||
while(more) {
|
||||
char value[32];
|
||||
char content[128];
|
||||
int totlen=0;
|
||||
size_t totlen=0;
|
||||
|
||||
while(*header && isspace((int)*header))
|
||||
header++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue