diff options
Diffstat (limited to 'match.c')
-rw-r--r-- | match.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -821,6 +821,8 @@ next_coll: if (length_str_le(c->dataline, c->pos)) break; } + + consume_prefix(c); } if ((times || mintimes) && timescounter < ctimin) { |