From 5c93e67981a847db05675ec79c4ab91965015b66 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 24 Jun 2021 14:44:19 -0500 Subject: [PATCH] respin bool.patch --- qtwebengine-everywhere-src-5.15.2-bool.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/qtwebengine-everywhere-src-5.15.2-bool.patch b/qtwebengine-everywhere-src-5.15.2-bool.patch index dc9f83e..511da94 100644 --- a/qtwebengine-everywhere-src-5.15.2-bool.patch +++ b/qtwebengine-everywhere-src-5.15.2-bool.patch @@ -48,3 +48,15 @@ diff -up qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/bli } int TextCodecICU::DecodeToBuffer(UChar* target, +diff -up qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/encoding.c.bool qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/encoding.c +--- qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/encoding.c.bool 2020-11-06 19:22:36.000000000 -0600 ++++ qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/encoding.c 2021-06-24 14:44:09.987163175 -0500 +@@ -1958,7 +1958,7 @@ xmlEncOutputChunk(xmlCharEncodingHandler + #ifdef LIBXML_ICU_ENABLED + else if (handler->uconv_out != NULL) { + ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen, +- TRUE); ++ 1); + } + #endif /* LIBXML_ICU_ENABLED */ + else {