This commit is contained in:
David Rose 2007-02-16 22:21:47 +00:00
parent d39566836d
commit 0bd75ce89b
1 changed files with 3 additions and 0 deletions

View File

@ -298,6 +298,9 @@ do_add_range(int begin, int end) {
// The new range straddles two elements, so they get combined.
(*si2)._end = (*si)._end;
_subranges.erase(si);
} else {
// Stop here.
break;
}
si = si2;
}