Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223548
b: refs/heads/master
c: ea187cf
h: refs/heads/master
v: v3
  • Loading branch information
Masami Hiramatsu authored and Arnaldo Carvalho de Melo committed Dec 21, 2010
1 parent 5ac3a0c commit 9740fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bbde588bfacb990542eed043d89c8591d4ae9211
refs/heads/master: ea187cfbb9a3de73e7bd7b7125ae345d92d4384b
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/string.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static bool __match_glob(const char *str, const char *pat, bool ignore_space)
if (!*pat) /* Tail wild card matches all */
return true;
while (*str)
if (strglobmatch(str++, pat))
if (__match_glob(str++, pat, ignore_space))
return true;
}
return !*str && !*pat;
Expand Down

0 comments on commit 9740fa0

Please sign in to comment.