mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:13:31 +03:00
tool_operate.c: Fixed compilation warning
An enumerated type is mixed with another type.
This commit is contained in:
parent
fdb2d32144
commit
ba704878bd
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
||||||
CURL *curl = config->easy;
|
CURL *curl = config->easy;
|
||||||
char *httpgetfields = NULL;
|
char *httpgetfields = NULL;
|
||||||
|
|
||||||
CURLcode res = 0;
|
CURLcode res = CURLE_OK;
|
||||||
unsigned long li;
|
unsigned long li;
|
||||||
|
|
||||||
/* Save the values of noprogress and isatty to restore them later on */
|
/* Save the values of noprogress and isatty to restore them later on */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue