summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/match.c b/match.c
index f3f7a642..9f11019c 100644
--- a/match.c
+++ b/match.c
@@ -407,14 +407,14 @@ typedef val (*h_match_func)(match_line_ctx *c);
plus(c->pos, c->base), c->file, c->data_lineno, nao); \
debuglf(elem, lit(" ~a"), c->dataline, nao); \
if (c_num(c->pos) < 77) \
- debuglf(elem, lit(" ~*~a^"), c->pos, lit(""), nao)
+ debuglf(elem, lit(" ~*a^"), c->pos, lit(""), nao)
#define LOG_MATCH(KIND, EXTENT) \
debuglf(elem, lit(KIND " matched, position ~a-~a (~a:~a)"), \
plus(c->pos, c->base), EXTENT, c->file, c->data_lineno, nao); \
debuglf(elem, lit(" ~a"), c->dataline, nao); \
if (c_num(EXTENT) < 77) \
- debuglf(elem, lit(" ~*~a~<*~a^"), c->pos, lit(""), \
+ debuglf(elem, lit(" ~*a~<*a^"), c->pos, lit(""), \
minus(EXTENT, c->pos), lit("^"), nao)
#define elem_bind(elem_var, directive_var, specline) \