aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c2
1 files changed, 1 insertions, 1 deletions
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;
}