mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Another case of the bug fixed in r32066.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32078 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
104c14bbf1
commit
4d47a08f1d
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ static NSRecursiveLock *classLock = nil;
|
|||
#if GS_USE_ICU == 1
|
||||
int32_t length = 0;
|
||||
unichar buffer[ULOC_FULLNAME_CAPACITY];
|
||||
UErrorCode status;
|
||||
UErrorCode status = 0;
|
||||
const char *keyword = NULL;
|
||||
const char *locale = [_localeId UTF8String];
|
||||
|
||||
|
|
Loading…
Reference in a new issue