summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--match.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c0dad7e..ef4c7e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-02-12 Kaz Kylheku <kaz@kylheku.com>
+ Task #11486
+
+ * match.c (h_coll): Call consume_prefix in the loop.
+
+2012-02-12 Kaz Kylheku <kaz@kylheku.com>
+
Task #11486: continuation. Take into account base position
in debug reporting.
diff --git a/match.c b/match.c
index d99b1173..66eac4b1 100644
--- a/match.c
+++ b/match.c
@@ -821,6 +821,8 @@ next_coll:
if (length_str_le(c->dataline, c->pos))
break;
}
+
+ consume_prefix(c);
}
if ((times || mintimes) && timescounter < ctimin) {