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:
David Chisnall 2011-02-11 15:09:14 +00:00
parent 104c14bbf1
commit 4d47a08f1d

View file

@ -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];