fix compiler warning

This commit is contained in:
Yang Tse
2010-11-08 04:03:11 +01:00
parent 1171bc5c8a
commit dc3e7df1c9
8 changed files with 14 additions and 13 deletions

View File

@@ -158,7 +158,7 @@ CURLdigest Curl_input_digest(struct connectdata *conn,
/* clear off any former leftovers and init to defaults */
Curl_digest_cleanup_one(d);
while(1) {
for(;;) {
char value[MAX_VALUE_LENGTH];
char content[MAX_CONTENT_LENGTH];