X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/4eddff1630ee489ee5fa856668ec5d1038883a01..b896fd5603241e7b69d4804ba3f03dbfb789fc93:/ignore-case.diff diff --git a/ignore-case.diff b/ignore-case.diff index e04eae0..8b1286c 100644 --- a/ignore-case.diff +++ b/ignore-case.diff @@ -74,7 +74,7 @@ NOTE: patch updated for latest CVS source by Wayne Davison, but UNTESTED! args[ac++] = "--partial"; --- util.c 14 Apr 2004 23:33:34 -0000 1.135 +++ util.c 15 Apr 2004 19:16:00 -0000 -@@ -919,6 +919,19 @@ int u_strcmp(const char *cs1, const char +@@ -925,6 +925,19 @@ int u_strcmp(const char *cs1, const char { const uchar *s1 = (const uchar *)cs1; const uchar *s2 = (const uchar *)cs2;