forked from github/server
bugfix regionsinterval
This commit is contained in:
parent
5aec54ead5
commit
cce8707acb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue