mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
([NSArchiver +initialize]): Use ==, not = in if test.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7744490c10
commit
4f654a66b5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static Class NSArchiver_concrete_class;
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
if (self = [NSArchiver class])
|
||||
if (self == [NSArchiver class])
|
||||
NSArchiver_concrete_class = [NSGArchiver class];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue