From bfa5df5359e4319b3b012e9302d6cd18fa082aba Mon Sep 17 00:00:00 2001 From: Eliz Date: Tue, 27 Jan 2026 17:14:11 +0000 Subject: [PATCH] fix string --- src/activities/reader/TxtReaderActivity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activities/reader/TxtReaderActivity.cpp b/src/activities/reader/TxtReaderActivity.cpp index 04d84405..e4978221 100644 --- a/src/activities/reader/TxtReaderActivity.cpp +++ b/src/activities/reader/TxtReaderActivity.cpp @@ -60,7 +60,7 @@ void TxtReaderActivity::onEnter() { // Save current txt as last opened file and add to recent books APP_STATE.openEpubPath = txt->getPath(); APP_STATE.saveToFile(); - RECENT_BOOKS.addBook(txt->getPath(), '', ''); + RECENT_BOOKS.addBook(txt->getPath(), "", ""); // Trigger first update updateRequired = true;