Skip to content
Snippets Groups Projects
Commit 385086b4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

size_t/int fix

parent 72a4715d
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment