From: Yoshito Umaoka Date: Fri, 3 May 2013 22:34:46 +0000 (+0000) Subject: ICU-10098 Fixed a bug introduced by the previous commit. X-Git-Tag: milestone-59-0-1~2919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6e70ba57bb774857b4436895ea49a0a1a8a0f64;p=icu ICU-10098 Fixed a bug introduced by the previous commit. X-SVN-Rev: 33587 --- diff --git a/icu4c/source/common/locmap.c b/icu4c/source/common/locmap.c index 25ef2f6d4ec..9a6fb0dfed8 100644 --- a/icu4c/source/common/locmap.c +++ b/icu4c/source/common/locmap.c @@ -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; } }