X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bf39270e0cc99787ea5232914dc99e25d4d79222..7c8e23bd9f6ae9f83c64bce3e62a3b03105b087c:/exclude.c diff --git a/exclude.c b/exclude.c index e458b862..9b96f533 100644 --- a/exclude.c +++ b/exclude.c @@ -683,7 +683,7 @@ static const char *get_filter_tok(const char *p, int xflags, case 'n': mflags |= MATCHFLG_NO_INHERIT; break; - case 's': + case 'w': mflags |= MATCHFLG_WORD_SPLIT; break; }