ICU-1109 Extract with the proper length of the string

X-SVN-Rev: 5822
This commit is contained in:
George Rhoten 2001-09-19 18:53:51 +00:00
parent 0f9a6f0489
commit 37783463a5

View File

@ -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