ICU-840 fix warning

X-SVN-Rev: 3630
This commit is contained in:
Markus Scherer 2001-02-15 02:36:38 +00:00
parent 33418441e8
commit a4419615ac

View File

@ -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;