You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Update ICU to 75.1
This commit is contained in:
5
thirdparty/icu4c/common/rbbitblb.cpp
vendored
5
thirdparty/icu4c/common/rbbitblb.cpp
vendored
@@ -81,7 +81,10 @@ void RBBITableBuilder::buildForwardTable() {
|
||||
// Walk through the tree, replacing any references to $variables with a copy of the
|
||||
// parse tree for the substitution expression.
|
||||
//
|
||||
fTree = fTree->flattenVariables();
|
||||
fTree = fTree->flattenVariables(*fStatus, 0);
|
||||
if (U_FAILURE(*fStatus)) {
|
||||
return;
|
||||
}
|
||||
#ifdef RBBI_DEBUG
|
||||
if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) {
|
||||
RBBIDebugPuts("\nParse tree after flattening variable references.");
|
||||
|
||||
Reference in New Issue
Block a user