mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
icu: update to 68.2
Maintainer: me Compile tested: head r15324-920b692, aarch64, x86_64 Run tested: (qemu-5.2.0) aarch64 Description: Update to 68.2 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
};
|
||||
|
||||
static const UText emptyText = UTEXT_INITIALIZER;
|
||||
@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status) {
|
||||
@@ -584,7 +584,7 @@ utext_setup(UText *ut, int32_t extraSpac
|
||||
// We need to heap-allocate storage for the new UText
|
||||
int32_t spaceRequired = sizeof(UText);
|
||||
if (extraSpace > 0) {
|
||||
|
||||
Reference in New Issue
Block a user