aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-01-31 23:51:54 +0000
committerWayne Davison <wayned@samba.org>2005-01-31 23:51:54 +0000
commit0b2901b72da780044787b6ed510ab5c85b2d12af (patch)
tree0908b318993935f9930895bc8311bf4d0770afd0 /exclude.c
parentfaa82484a5226534e9cf07880fc3a0874f9e9db5 (diff)
downloadandroid_external_rsync-0b2901b72da780044787b6ed510ab5c85b2d12af.tar.gz
android_external_rsync-0b2901b72da780044787b6ed510ab5c85b2d12af.tar.bz2
android_external_rsync-0b2901b72da780044787b6ed510ab5c85b2d12af.zip
Changed the "s" modifier to "w" for a word-splitting merge file.
Diffstat (limited to 'exclude.c')
-rw-r--r--exclude.c2
1 files changed, 1 insertions, 1 deletions
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;
}