mirror of
https://github.com/curl/curl.git
synced 2026-07-03 07:27:17 +03:00
glob_range: pass the closing bracket for a-z ranges
Regression since commit 5ca96cb844 (release in 7.33.0)
Reported-by: Marcin Gryszkalis
This commit is contained in:
parent
9a1755264f
commit
bce03fe144
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ static GlobCode glob_range(URLGlob *glob, char **patternp,
|
|||
}
|
||||
}
|
||||
else
|
||||
pattern+=3;
|
||||
pattern += 4;
|
||||
|
||||
*posp += (pattern - *patternp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue