ICU-6653 Undo previous change.

X-SVN-Rev: 26445
This commit is contained in:
Michael Ow 2009-07-27 18:11:52 +00:00
parent 252149b02a
commit 6691cb5e86

View file

@ -1792,7 +1792,7 @@ public final class NormalizerImpl {
DecomposeArgs decompArgs = new DecomposeArgs();
for(;;) {
if(start >= limit) {
if(start == limit) {
break; /* end of string */
}
c=src[start];