ICU-10098 Fixed a bug introduced by the previous commit.

X-SVN-Rev: 33587
This commit is contained in:
Yoshito Umaoka 2013-05-03 22:34:46 +00:00
parent 1551c65468
commit a6e70ba57b

View file

@ -1023,6 +1023,7 @@ uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UEr
for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) {
if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);
break;
}
}