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:
@@ -215,7 +215,7 @@ static GlobCode glob_range(URLGlob *glob, char **patternp,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
pattern+=3;
|
pattern += 4;
|
||||||
|
|
||||||
*posp += (pattern - *patternp);
|
*posp += (pattern - *patternp);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user