mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
multi-level ToC + fixed huffdic decompression issue
This commit is contained in:
parent
1c7c19e7f1
commit
bb49ef1460
9 changed files with 64 additions and 34 deletions
|
@ -614,3 +614,7 @@ void HtmlBookReader::endDocumentHandler() {
|
|||
void HtmlBookReader::setFileName(const std::string fileName) {
|
||||
myFileName = fileName;
|
||||
}
|
||||
|
||||
size_t HtmlBookReader::listStackDepth() const {
|
||||
return myListNumStack.size();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue