mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
Fix error introduced in file version 1.369
This commit is contained in:
parent
733a184ce0
commit
4a24219a1a
@ -1464,6 +1464,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||||||
if(!longopt) {
|
if(!longopt) {
|
||||||
if(NULL != parse) {
|
if(NULL != parse) {
|
||||||
letter = (char)*parse;
|
letter = (char)*parse;
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
letter = '\0';
|
letter = '\0';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user