diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index 7ca718c58..078a44959 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -1017,7 +1017,7 @@ get_seen_interval(region ** first, region ** last) } while (r!=NULL) { if (find_seen(r)!=NULL) { - *last = r; + *last = r->next; } r = r->next; }