]> git.pld-linux.org Git - packages/qt5-qtwebengine.git/blob - icu.patch
up to 5.15.12
[packages/qt5-qtwebengine.git] / icu.patch
1 diff -up qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c.TRUE qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c
2 --- qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c.TRUE      2021-05-28 07:05:45.000000000 -0500
3 +++ qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c   2021-06-24 09:44:41.592468805 -0500
4 @@ -2004,7 +2004,7 @@ xmlEncOutputChunk(xmlCharEncodingHandler
5  #ifdef LIBXML_ICU_ENABLED
6      else if (handler->uconv_out != NULL) {
7          ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
8 -                              TRUE);
9 +                              1);
10      }
11  #endif /* LIBXML_ICU_ENABLED */
12      else {
This page took 0.063202 seconds and 3 git commands to generate.