openjdk-23: use OpenJDK 23 as the boot JDK
[oi-userland.git] / components / library / libe-book / patches / 01-fix-TRUE.patch
blobfe9a5bd4e14184e2c7a55aa90ac42a794504c10b
1 --- libe-book-0.1.3/src/lib/EBOOKCharsetConverter.cpp.orig 2018-01-01 12:16:28.000000000 +0000
2 +++ libe-book-0.1.3/src/lib/EBOOKCharsetConverter.cpp 2021-08-16 20:55:41.957774284 +0000
3 @@ -124,7 +124,7 @@
4 m_converterToUTF8.get(), m_converterToUnicode.get(),
5 &outText, outText + out.size(), &inText, inText + length,
6 nullptr, nullptr, nullptr, nullptr,
7 - TRUE, TRUE, &status)
8 + true, true, &status)
10 if (status==U_BUFFER_OVERFLOW_ERROR)