SOURCES: rsync-exclude.patch (NEW) - new

arekm arekm at pld-linux.org
Mon Mar 20 15:42:01 CET 2006


Author: arekm                        Date: Mon Mar 20 14:42:01 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   rsync-exclude.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rsync-exclude.patch
diff -u /dev/null SOURCES/rsync-exclude.patch:1.1
--- /dev/null	Mon Mar 20 15:42:01 2006
+++ SOURCES/rsync-exclude.patch	Mon Mar 20 15:41:56 2006
@@ -0,0 +1,11 @@
+--- exclude.c	28 Jan 2006 00:14:02 -0000	1.128
++++ exclude.c	13 Mar 2006 01:49:56 -0000
+@@ -562,7 +562,7 @@ static int rule_matches(char *name, stru
+ 		if (litmatch_array(pattern, strings, slash_handling))
+ 			return ret_match;
+ 	} else if (anchored_match) {
+-		if (strcmp(name,pattern) == 0)
++		if (strcmp(strings[0], pattern) == 0)
+ 			return ret_match;
+ 	} else {
+ 		int l1 = strlen(name);
================================================================


More information about the pld-cvs-commit mailing list