mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-3944 fix compiler errors on gcc
X-SVN-Rev: 17960
This commit is contained in:
parent
2bc1eb23ce
commit
beda3c0bcb
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static void TestAPI(void) {
|
|||
/* utext_clone() */
|
||||
{
|
||||
UChar uString[] = {0x41, 0x42, 0x43, 0};
|
||||
int len;
|
||||
int32_t len;
|
||||
UText *uta;
|
||||
UText *utb;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue