You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Update ICU to 75.1
This commit is contained in:
4
thirdparty/icu4c/common/ucnvisci.cpp
vendored
4
thirdparty/icu4c/common/ucnvisci.cpp
vendored
@@ -1537,12 +1537,12 @@ _ISCII_SafeClone(const UConverter *cnv,
|
||||
int32_t bufferSizeNeeded = sizeof(struct cloneISCIIStruct);
|
||||
|
||||
if (U_FAILURE(*status)) {
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
if (*pBufferSize == 0) { /* 'preflighting' request - set needed size into *pBufferSize */
|
||||
*pBufferSize = bufferSizeNeeded;
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
localClone = (struct cloneISCIIStruct *)stackBuffer;
|
||||
|
||||
Reference in New Issue
Block a user