We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcfca0 commit 38c65a4Copy full SHA for 38c65a4
patches/jsc_intl_timezone.patch
@@ -32,7 +32,7 @@ diff -aur target-org/webkit/Source/JavaScriptCore/runtime/IntlDateTimeFormat.cpp
32
+ buffer.grow(strlen(systemPropBuffer));
33
+ }
34
+ UChar* bufferStart = buffer.data();
35
-+ if (WTF::Unicode::convertUTF8ToUTF16(reinterpret_cast<const char**>(&systemPropBuffer), systemPropBuffer + systemPropLength, &bufferStart, bufferStart + buffer.capacity()) == WTF::Unicode::conversionOK) {
++ if (WTF::Unicode::convertUTF8ToUTF16(systemPropBuffer, systemPropBuffer + systemPropLength, &bufferStart, bufferStart + buffer.capacity())) {
36
+ status = U_ZERO_ERROR;
37
38
}
0 commit comments