Commit 51d449a1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 29066373
......@@ -111,7 +111,7 @@ func (S *RangeSet) AddRange(r Range) {
S.rangev[:ilo], append([]Range{
r},
S.rangev[ilo:]...)...)
tracefRSet("\tinsert new %s\t-> %s\n", r, S)
tracefRSet("\tinsert %s\t-> %s\n", r, S)
}
// now we have covered entries merged as needed into [ilo]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment