This commit is contained in:
jpirnay
2026-05-12 13:16:47 +02:00
parent c865a384d3
commit df3a8839b7
@@ -292,7 +292,7 @@ bool ChapterHtmlSlimParser::flushPartWordBuffer() {
if (!ensureHeapForTextLayout("long-block split")) {
partWordBufferIndex = 0;
nextWordContinues = false;
return;
return false;
}
LOG_DBG("EHP", "Text block too long, splitting into multiple pages");
const int horizontalInset = currentTextBlock->getBlockStyle().totalHorizontalInset();