# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/libe-book/hotfix-true.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- libe-book-0.1.3/src/lib/EBOOKCharsetConverter.cpp.vanilla 2026-05-13 05:24:27.169887576 +0300 +++ libe-book-0.1.3/src/lib/EBOOKCharsetConverter.cpp 2026-05-13 05:27:16.918474544 +0300 @@ -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) {