summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 6fb87b2d..c53d16b0 100644
--- a/match.c
+++ b/match.c
@@ -389,7 +389,7 @@ typedef val (*h_match_func)(match_line_ctx c, match_line_ctx *cout);
c.pos, 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) \