mirror of
https://github.com/curl/curl.git
synced 2026-08-04 07:20:01 +03:00
Fix error introduced in file version 1.369
This commit is contained in:
parent
733a184ce0
commit
4a24219a1a
1 changed files with 1 additions and 0 deletions
|
|
@ -1464,6 +1464,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
if(!longopt) {
|
||||
if(NULL != parse) {
|
||||
letter = (char)*parse;
|
||||
}
|
||||
else {
|
||||
letter = '\0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue