mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6653 Undo previous change.
X-SVN-Rev: 26445
This commit is contained in:
parent
252149b02a
commit
6691cb5e86
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue