Fixed failing hunks.
[rsync/rsync-patches.git] / detect-renamed.diff
index d851dd6..6c300b1 100644 (file)
@@ -350,7 +350,7 @@ TODO:
 @@ -434,12 +561,14 @@ static void delete_in_dir(struct file_li
                return; /* Impossible... */
  
-       if (io_error && !(lp_ignore_errors(module_id) || ignore_errors)) {
+       if (io_error && !ignore_errors) {
 -              if (already_warned)
 +              if (!already_warned) {
 +                      rprintf(FINFO,