ICU-311 fixed crashing problem

X-SVN-Rev: 1684
This commit is contained in:
Vladimir Weinstein 2000-06-28 23:19:33 +00:00
parent 9b404b0904
commit 755f5d924c

View file

@ -107,7 +107,7 @@ static void T_UConverter_fromUnicode_LATIN_1 (UConverter * _this,
args.pSource = &srcTemp;
args.sourceLimit = sourceLimit;
args.flush = flush;
args.offsets = offsets:offsets+myTargetIndex?0;
args.offsets = offsets?offsets+myTargetIndex:0;
args.size = sizeof(args);
FromU_CALLBACK_MACRO(args.converter->fromUContext,