diff options
| author | Wayne Davison <wayned@samba.org> | 2005-01-31 23:51:54 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-01-31 23:51:54 +0000 |
| commit | 0b2901b72da780044787b6ed510ab5c85b2d12af (patch) | |
| tree | 0908b318993935f9930895bc8311bf4d0770afd0 /exclude.c | |
| parent | faa82484a5226534e9cf07880fc3a0874f9e9db5 (diff) | |
| download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
