mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
360bfad8f6
commit
c92c3f5322
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-23 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* Source/GSTimSort.m: Fix typo.
|
||||
|
||||
2012-09-21 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSArray.m:
|
||||
|
|
|
@ -1059,7 +1059,7 @@ descriptorOrComparator: (id)descriptorOrComparator
|
|||
// location from that point gives us the length of the subrange we need to
|
||||
// merge.
|
||||
r2.length = (gallopLeft(objects[NSMaxRange(r1) - 1], objects, r2,
|
||||
(r2.length - 2),
|
||||
(r2.length - 1),
|
||||
sortDescriptorOrComparator, comparisonType, functionContext)
|
||||
- r2.location);
|
||||
if (r2.length == 0)
|
||||
|
|
Loading…
Reference in a new issue