mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-1109 Extract with the proper length of the string
X-SVN-Rev: 5822
This commit is contained in:
parent
0f9a6f0489
commit
37783463a5
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ umsg_vformat( UMessageFormat *fmt,
|
|||
return -1;
|
||||
}
|
||||
|
||||
return resultStr.extract(result, resultStr.length(), *status);
|
||||
return resultStr.extract(result, resultLength, *status);
|
||||
}
|
||||
|
||||
U_CAPI void
|
||||
|
|
Loading…
Add table
Reference in a new issue