diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c index cf64921..db67c7c 100644 --- a/src/expand.c +++ b/src/expand.c @@ -1581,7 +1581,7 @@ pmatch(const char *pattern, const char *string) if (c == '[') { const char *r; - found |= ccmatch(p, chr, &r); + found |= !!ccmatch(p, chr, &r); if (r) { p = r; continue; |