aboutsummaryrefslogtreecommitdiffstats
path: root/community/libe-book/fix-icu68.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libe-book/fix-icu68.patch')
-rw-r--r--community/libe-book/fix-icu68.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/libe-book/fix-icu68.patch b/community/libe-book/fix-icu68.patch
new file mode 100644
index 00000000000..c6d3e2193e1
--- /dev/null
+++ b/community/libe-book/fix-icu68.patch
@@ -0,0 +1,13 @@
+Subject: from https://sourceforge.net/p/libebook/code/ci/edc7a50a06f56992fe21a80afb4f20fbdc5654ed/
+
+--- a/src/lib/EBOOKCharsetConverter.cpp
++++ b/src/lib/EBOOKCharsetConverter.cpp
+@@ -124,7 +124,7 @@
+ m_converterToUTF8.get(), m_converterToUnicode.get(),
+ &outText, outText + out.size(), &inText, inText + length,
+ nullptr, nullptr, nullptr, nullptr,
+- TRUE, TRUE, &status)
++ true, true, &status)
+ ;
+ if (status==U_BUFFER_OVERFLOW_ERROR)
+ {