aboutsummaryrefslogtreecommitdiff
path: root/printmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'printmatch.c')
-rw-r--r--printmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printmatch.c b/printmatch.c
index 8421a83..d856372 100644
--- a/printmatch.c
+++ b/printmatch.c
@@ -200,7 +200,7 @@ public int fprint_match(FILE *out, const char *file_start, match_t *m, print_opt
{
int printed = 0;
if (m->pat->type == BP_REPLACE) {
- auto rep = Match(m->pat, BP_REPLACE);
+ auto rep = When(m->pat, BP_REPLACE);
const char *text = rep->text;
const char *end = &text[rep->len];
if (opts && opts->replace_color) printed += fprintf(out, "%s", opts->replace_color);