From 90a973fe8ae1ff16198271be561bbc6068cafb40 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 27 Apr 2004 01:36:10 +0000 Subject: [PATCH] Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY. --- flist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flist.c b/flist.c index bd7ad16f..bc216eb9 100644 --- a/flist.c +++ b/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, -- 2.34.1