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/uvector.cpp
vendored
2
thirdparty/icu4c/common/uvector.cpp
vendored
|
|
@ -183,7 +183,7 @@ void UVector::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) {
|
|||
}
|
||||
|
||||
void* UVector::elementAt(int32_t index) const {
|
||||
return (0 <= index && index < count) ? elements[index].pointer : 0;
|
||||
return (0 <= index && index < count) ? elements[index].pointer : nullptr;
|
||||
}
|
||||
|
||||
int32_t UVector::elementAti(int32_t index) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue