mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-10098 Fixed a bug introduced by the previous commit.
X-SVN-Rev: 33587
This commit is contained in:
parent
1551c65468
commit
a6e70ba57b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue