mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-311 fixed crashing problem
X-SVN-Rev: 1684
This commit is contained in:
parent
9b404b0904
commit
755f5d924c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue