mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix typos
This commit is contained in:
@@ -185,7 +185,7 @@ function ReaderToc:validateAndFixToc()
|
||||
nb_next = nb_next + 1
|
||||
end
|
||||
end
|
||||
logger.dbg("BOGUS TOC:", i, page, ">", i-1, cur_page, "-", nb_prev, nb_next)
|
||||
logger.dbg("BOGUS TOC:", i, page, "<", i-1, cur_page, "-", nb_prev, nb_next)
|
||||
if nb_prev <= nb_next then -- less changes when fixing previous pages
|
||||
local fixed_page
|
||||
if i-nb_prev-1 >= 1 then
|
||||
|
||||
Reference in New Issue
Block a user