diff options
Diffstat (limited to 'match.c')
-rw-r--r-- | match.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -418,7 +418,7 @@ static val search_form(match_line_ctx *c, val needle_form, val from_end) match_line(ml_specline_pos(*c, spec, pos))); if (new_pos) { c->bindings = new_bindings; - return cons(pos, new_pos); + return cons(pos, minus(new_pos, pos)); } } |