changeset 294:bcb3b0cd5604

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 02 Feb 2016 10:42:16 +0900
parents 948428caf616
children 0c663f46954d
files regexParser/cerium/ppe/Exec.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/regexParser/cerium/ppe/Exec.cc	Tue Feb 02 10:38:45 2016 +0900
+++ b/regexParser/cerium/ppe/Exec.cc	Tue Feb 02 10:42:16 2016 +0900
@@ -39,7 +39,7 @@
             ResultPtr r = NEW(Result);
             r->continued = true;
             r->begin = tsv.matchBegin;
-            r->end = tsv.buff.buffptr;
+            r->end = tsv.matchEnd;
             *tsv.blk->resultEnd = r;
             r->next = NULL;
             tsv.blk->resultEnd = &r->next;