ICU-474 fix UTransPosition handling

X-SVN-Rev: 1728
This commit is contained in:
Alan Liu 2000-07-01 00:13:42 +00:00
parent 418ac3b758
commit 795af33f57

View File

@ -160,7 +160,7 @@ int32_t Transliterator::transliterate(Replaceable& text,
UTransPosition offsets = { start, limit, start, limit };
handleTransliterate(text, offsets, FALSE);
return offsets.contextLimit;
return offsets.limit;
}
/**