mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
When clipping a range (i.e. some or all of it went below the lower bound) as a result of calling shiftIndexesStartingAtIndex:by: with a negative delta, the CPIndexSet did not adjust the index count, which caused calls to -lastIndex to fail. This caused -[CPArrayController removeObject:] to fail when the object removed was at index 0.