Got rid of patch fuzz.
[rsync/rsync-patches.git] / backup-dir-dels.diff
index efb1aef..a724472 100644 (file)
@@ -231,7 +231,7 @@ To use this patch, run these commands for a successful build:
                backup_dir_remainder = sizeof backup_dir_buf - backup_dir_len;
 @@ -1451,6 +1481,31 @@ int parse_arguments(int *argc_p, const c
                        "P *%s", backup_suffix);
-               parse_rule(&filter_list, backup_dir_buf, 0, 0);
+               parse_rule(&filter_list, backup_dir_buf, 0, 0);
        }
 +      /* If backup_dir_dels not supplied default to backup_dir if it has been supplied */
 +      if (backup_dir && !backup_dir_dels) {