mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d7f450d9e8
commit
beef7da42f
2 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@
|
|||
if (_hash == 0)
|
||||
_fastImp._NSGString_hash(self, @selector(hash));
|
||||
if (other->_hash == 0)
|
||||
_fastImp._NSGString_hash(self, @selector(hash));
|
||||
_fastImp._NSGString_hash(other, @selector(hash));
|
||||
if (_hash != other->_hash)
|
||||
return NO;
|
||||
return [self isEqualToString: other];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue