mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Update ICU to 75.1
This commit is contained in:
parent
557f63d037
commit
e74fea2864
129 changed files with 8033 additions and 7861 deletions
2
thirdparty/icu4c/common/unistr_props.cpp
vendored
2
thirdparty/icu4c/common/unistr_props.cpp
vendored
|
|
@ -68,7 +68,7 @@ UnicodeString::trim()
|
|||
|
||||
// move string forward over leading white space
|
||||
if(start > 0) {
|
||||
doReplace(0, start, 0, 0, 0);
|
||||
doReplace(0, start, nullptr, 0, 0);
|
||||
}
|
||||
|
||||
return *this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue