From d12cf8abbd2f3356348e82a20d95e9ba03b8cdf7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Jan 2021 11:52:47 -0800 Subject: More bools --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index e0241f3..883ada2 100644 --- a/bp.c +++ b/bp.c @@ -211,7 +211,7 @@ static void confirm_replacements(file_t *f, match_t *m, confirm_t *confirm) if (*confirm == CONFIRM_ALL) return; if (m->pat->type == BP_REPLACE) { if (*confirm == CONFIRM_NONE) { - m->skip_replacement = 1; + m->skip_replacement = true; goto check_children; } -- cgit v1.2.3