ICU-66 Fixed an initialization problem

X-SVN-Rev: 3646
This commit is contained in:
George Rhoten 2001-02-16 21:44:30 +00:00
parent fe0ec6f08d
commit da118a5ad2

View file

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