mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:03:40 +03:00
fix compiler warning
This commit is contained in:
parent
1171bc5c8a
commit
dc3e7df1c9
8 changed files with 14 additions and 13 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue