aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
diff options
context:
space:
mode:
Diffstat (limited to 'exclude.c')
-rw-r--r--exclude.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/exclude.c b/exclude.c
index 1e0d31b1..a7bd9cae 100644
--- a/exclude.c
+++ b/exclude.c
@@ -688,6 +688,8 @@ static const char *parse_rule_tok(const char *p, uint32 mflags, int xflags,
break;
default:
ch = *s;
+ if (s[1] == ',')
+ s++;
break;
}
switch (ch) {