Ingo Weinhold 06064b9b4f RangeArray::AddRange(): Fix joining with single subsequent range
When joining with a single range, firstRange would be the same as
RangeAt(endIndex - 1) and we would overwrite its offset field before
getting its end offset, thus possibly resulting in a wrong joined range
size.
2013-10-25 22:54:43 +02:00
..
2012-08-16 21:11:15 +01:00
2012-10-27 17:14:55 +02:00
2013-10-24 17:41:03 +02:00
2013-10-01 19:48:51 +02:00