From dd667c230115522223539e71d0983ade2c6d7cfe Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 4 Feb 2005 21:12:56 +0000 Subject: [PATCH] Call get_rule_prefix() with its new arg. --- batch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch.c b/batch.c index efc38c33..55b01c1f 100644 --- a/batch.c +++ b/batch.c @@ -116,7 +116,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->match_flags, "- ", &plen); + char *p = get_rule_prefix(ent->match_flags, "- ", 0, &plen); write_buf(fd, p, plen); write_sbuf(fd, ent->pattern); if (ent->match_flags & MATCHFLG_DIRECTORY) -- 2.34.1