mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Fix recursion error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26310 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf72375a70
commit
189eddfee0
2 changed files with 2 additions and 2 deletions
|
@ -1525,7 +1525,7 @@ compare(id elem1, id elem2, void* context)
|
|||
}
|
||||
else
|
||||
{
|
||||
result = [self valueForKeyPath: path];
|
||||
result = [super valueForKeyPath: path];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue