mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:37:18 +03:00
Yang Tse fixed MSVC 6.0 warnings
This commit is contained in:
parent
0264faaa4e
commit
599d9642ca
2 changed files with 3 additions and 1 deletions
|
|
@ -1944,7 +1944,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
nextarg,
|
||||
&config->httppost,
|
||||
&config->last_post,
|
||||
subletter=='s')) /* 's' means literal string */
|
||||
(bool) (subletter=='s'))) /* 's' means literal string */
|
||||
return PARAM_BAD_USE;
|
||||
if(SetHTTPrequest(config, HTTPREQ_POST, &config->httpreq))
|
||||
return PARAM_BAD_USE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue