1
0
Fork 0
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:
Nikolay Pultsin 2014-09-17 10:01:06 +01:00
parent 1c7c19e7f1
commit bb49ef1460
9 changed files with 64 additions and 34 deletions

View file

@ -614,3 +614,7 @@ void HtmlBookReader::endDocumentHandler() {
void HtmlBookReader::setFileName(const std::string fileName) {
myFileName = fileName;
}
size_t HtmlBookReader::listStackDepth() const {
return myListNumStack.size();
}