Commit bce03fe1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

glob_range: pass the closing bracket for a-z ranges

Regression since commit 5ca96cb8 (release in 7.33.0)

Reported-by: Marcin Gryszkalis
parent 9a175526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ static GlobCode glob_range(URLGlob *glob, char **patternp,
      }
    }
    else
      pattern+=3;
      pattern += 4;

    *posp += (pattern - *patternp);