mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Fixup for mistake in earlier commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39374 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
09f15d2b8d
commit
44165e9bcc
2 changed files with 19 additions and 16 deletions
|
@ -576,6 +576,7 @@ newLanguages(NSArray *oldNames)
|
|||
NSNumberClass = [NSNumber class];
|
||||
NSMutableDictionaryClass = [NSMutableDictionary class];
|
||||
NSStringClass = [NSString class];
|
||||
argumentsDictionary = [NSDictionary new];
|
||||
[self registerAtExit];
|
||||
|
||||
/* Initialise the defaults flags to take values from the
|
||||
|
@ -2340,12 +2341,11 @@ NSDictionary *GSPrivateDefaultLocale()
|
|||
}
|
||||
done = ((key = [enumerator nextObject]) == nil);
|
||||
}
|
||||
argumentsDictionary = [argDict copy];
|
||||
ASSIGNCOPY(argumentsDictionary, argDict);
|
||||
[classLock unlock];
|
||||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
argumentsDictionary = [NSDictionary new];
|
||||
[classLock unlock];
|
||||
[localException raise];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue