]> granicus.if.org Git - transmission/commit
When moving objects in an array from an index to a lower index, no need to first...
authorMitchell Livingston <livings124@transmissionbt.com>
Tue, 7 Jun 2011 23:15:12 +0000 (23:15 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Tue, 7 Jun 2011 23:15:12 +0000 (23:15 +0000)
commita421f2289f3e2ecfdf411e1b782a82279291ddd5
treeaf1ddef670183c2148bc9f4d9122c9982b901c80
parent6cde66f0254ca3a7171eb56f5375a61b196b2743
When moving objects in an array from an index to a lower index, no need to first fill the final destination with the object before it. This is pointless and causes issues when moving the item to index 0.
macosx/NSMutableArrayAdditions.m