feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
4
engine/thirdparty/icu4c/common/servrbf.cpp
vendored
4
engine/thirdparty/icu4c/common/servrbf.cpp
vendored
|
|
@ -61,8 +61,8 @@ ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, co
|
|||
// who made this change? -- dlf
|
||||
char pkg[20];
|
||||
int32_t length;
|
||||
length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
|
||||
if(length>=(int32_t)sizeof(pkg)) {
|
||||
length = _bundleName.extract(0, INT32_MAX, pkg, static_cast<int32_t>(sizeof(pkg)), US_INV);
|
||||
if (length >= static_cast<int32_t>(sizeof(pkg))) {
|
||||
return nullptr;
|
||||
}
|
||||
return new ResourceBundle(pkg, loc, status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue