mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-2704 Fix a warning
X-SVN-Rev: 11187
This commit is contained in:
parent
79ee1a6a54
commit
f8341c0598
1 changed files with 1 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ static void _lazyEvaluate_installedLocales()
|
|||
UResourceBundle *index = NULL;
|
||||
UResourceBundle installed;
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
char ** temp;
|
||||
const char ** temp;
|
||||
int32_t i = 0;
|
||||
int32_t localeCount;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue