mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-03 22:27:05 -04:00
Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
This commit is contained in:
2
flist.c
2
flist.c
@@ -989,7 +989,7 @@ static void send_directory(int f, struct file_list *flist, char *dir)
|
||||
if (strlcpy(p, ".cvsignore", MAXPATHLEN - offset)
|
||||
< MAXPATHLEN - offset) {
|
||||
add_exclude_file(&local_exclude_list, fname,
|
||||
XFLG_WORD_SPLIT | XFLG_NO_PREFIXES);
|
||||
XFLG_WORD_SPLIT | XFLG_WORDS_ONLY);
|
||||
} else {
|
||||
io_error |= IOERR_GENERAL;
|
||||
rprintf(FINFO,
|
||||
|
||||
Reference in New Issue
Block a user