ICU-840 fix warning
X-SVN-Rev: 3630
This commit is contained in:
parent
33418441e8
commit
a4419615ac
@ -1419,7 +1419,7 @@ u_internalFoldCase(UChar32 c, UChar dest[32], uint32_t options) {
|
||||
|
||||
/* copy the result string */
|
||||
i=0;
|
||||
while(i<props) {
|
||||
while(i<(int32_t)props) {
|
||||
dest[i++]=*uchars++;
|
||||
}
|
||||
return i;
|
||||
|
Loading…
Reference in New Issue
Block a user