Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.

This commit is contained in:
Wayne Davison
2004-04-27 01:36:10 +00:00
parent 7f0feb4dd6
commit 90a973fe8a

View File

@@ -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,