12 lines
564 B
Diff
12 lines
564 B
Diff
|
--- qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/encoding.c.orig 2021-01-03 10:11:46.380887963 +0100
|
||
|
+++ qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxml/src/encoding.c 2021-01-03 10:12:18.541212665 +0100
|
||
|
@@ -1958,7 +1958,7 @@
|
||
|
#ifdef LIBXML_ICU_ENABLED
|
||
|
else if (handler->uconv_out != NULL) {
|
||
|
ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
|
||
|
- TRUE);
|
||
|
+ true);
|
||
|
}
|
||
|
#endif /* LIBXML_ICU_ENABLED */
|
||
|
else {
|