Man page: Move the description of --info=progress2 to a better place.
[rsync/rsync.git] / batch.c
diff --git a/batch.c b/batch.c
index 99b84ea..b63f0c5 100644 (file)
--- a/batch.c
+++ b/batch.c
@@ -196,7 +196,7 @@ static void write_filter_rules(int fd)
        write_sbuf(fd, " <<'#E#'\n");
        for (ent = filter_list.head; ent; ent = ent->next) {
                unsigned int plen;
-               char *p = get_rule_prefix(ent->rflags, "- ", 0, &plen);
+               char *p = get_rule_prefix(ent, "- ", 0, &plen);
                write_buf(fd, p, plen);
                write_sbuf(fd, ent->pattern);
                if (ent->rflags & FILTRULE_DIRECTORY)