size_t/int fix

This commit is contained in:
Daniel Stenberg 2004-03-08 12:37:11 +00:00
parent 72a4715dff
commit 385086b460

View File

@ -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++;