ICU-1109 Extract with the proper length of the string
X-SVN-Rev: 5822
This commit is contained in:
parent
0f9a6f0489
commit
37783463a5
@ -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…
Reference in New Issue
Block a user