vendor: Update github.com/gobwas/glob to solve 1.3 build issue
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/2996
This commit is contained in:
2
vendor/github.com/gobwas/glob/match/row.go
generated
vendored
2
vendor/github.com/gobwas/glob/match/row.go
generated
vendored
@@ -43,7 +43,7 @@ func (self Row) matchAll(s string) bool {
|
||||
|
||||
func (self Row) lenOk(s string) bool {
|
||||
var i int
|
||||
for range s {
|
||||
for _ = range s {
|
||||
i++
|
||||
if i >= self.RunesLength {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user