You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Update ICU to 75.1
This commit is contained in:
4
thirdparty/icu4c/common/utrie2_builder.cpp
vendored
4
thirdparty/icu4c/common/utrie2_builder.cpp
vendored
@@ -131,7 +131,7 @@ utrie2_open(uint32_t initialValue, uint32_t errorValue, UErrorCode *pErrorCode)
|
||||
uprv_free(newTrie);
|
||||
uprv_free(data);
|
||||
*pErrorCode=U_MEMORY_ALLOCATION_ERROR;
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
uprv_memset(trie, 0, sizeof(UTrie2));
|
||||
@@ -880,8 +880,6 @@ utrie2_setRange32(UTrie2 *trie,
|
||||
|
||||
fillBlock(newTrie->data+block, 0, rest, value, newTrie->initialValue, overwrite);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/* compaction --------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user