From 3f6e7c2beb512d6c3db51bfc94279f0d11e47057 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 16 Jan 2021 10:29:09 -0800 Subject: Renamed VM_ to BP_ --- bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bp.c') diff --git a/bp.c b/bp.c index 1dfc4e7..3f04217 100644 --- a/bp.c +++ b/bp.c @@ -179,7 +179,7 @@ static void sig_handler(int sig) { (void)sig; cleanup(); } static void confirm_replacements(file_t *f, match_t *m, confirm_t *confirm) { if (*confirm == CONFIRM_ALL) return; - if (m->pat->type == VM_REPLACE) { + if (m->pat->type == BP_REPLACE) { if (*confirm == CONFIRM_NONE) { m->skip_replacement = 1; goto check_children; -- cgit v1.2.3