]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 Mar 2006 14:41:56 +0000 (14:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync-exclude.patch -> 1.1

rsync-exclude.patch [new file with mode: 0644]

diff --git a/rsync-exclude.patch b/rsync-exclude.patch
new file mode 100644 (file)
index 0000000..894d077
--- /dev/null
@@ -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);
This page took 0.030041 seconds and 4 git commands to generate.