Latest line-offset tweaks.
[rsync/rsync-patches.git] / ignore-case.diff
index e04eae0..8b1286c 100644 (file)
@@ -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;