mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-66 Fixed an initialization problem
X-SVN-Rev: 3646
This commit is contained in:
parent
fe0ec6f08d
commit
da118a5ad2
1 changed files with 1 additions and 0 deletions
|
@ -1034,6 +1034,7 @@ static void _lazyEvaluate_installedLocales()
|
|||
int32_t i = 0;
|
||||
int32_t len = 0;
|
||||
|
||||
ures_setIsStackObject(&installed, TRUE);
|
||||
index = ures_open(NULL, kIndexLocaleName, &status);
|
||||
ures_getByKey(index, kIndexTag, &installed, &status);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue