ICU-5791 Partially undo last change. We still need to check for target limits.

X-SVN-Rev: 22297
This commit is contained in:
George Rhoten 2007-08-07 06:53:10 +00:00
parent 3a6f874106
commit 48c1c050e5

View file

@ -1694,7 +1694,7 @@ UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC(UConverterToUnicodeArgs *args,
targetUniChar =missingCharMarker;
{
if(myTarget < args->targetLimit){
mySourceChar= (unsigned char) *mySource++;