X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ac1cb9380d274602d8f7aae476d8ddd05e32d630..e732fb0c4f9e12048bf25b102d2e045c7873e3cf:/exclude.c diff --git a/exclude.c b/exclude.c index a606b1bc..5536d8a9 100644 --- a/exclude.c +++ b/exclude.c @@ -674,8 +674,7 @@ static const char *parse_rule_tok(const char *p, uint32 mflags, int xflags, } else if (*s == '+' && s[1] == ' ') { new_mflags |= MATCHFLG_INCLUDE; s += 2; - } - if (*s == '!') + } else if (*s == '!') new_mflags |= MATCHFLG_CLEAR_LIST; /* Tentative! */ } else { char ch = 0, *mods = "";