From b551261b667bb274815b19f005236712dc851fa6 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 8 Sep 2015 16:32:03 +0200 Subject: [PATCH] fix the bug that the unit test exposed. it was so simple! still not fixing the integration test, though :-( --- src/seen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/seen.c b/src/seen.c index a0eb30126..e0786dce2 100644 --- a/src/seen.c +++ b/src/seen.c @@ -118,6 +118,8 @@ void get_seen_interval(struct seen_region *seen[], struct region **firstp, struc sr = sr->nextHash; } } + *firstp = first; + *lastp = last; } bool add_seen(struct seen_region *seehash[], struct region *r, int mode, bool dis)