mirror of https://github.com/kiwix/libkiwix.git
+ small fix of a typing error
This commit is contained in:
parent
65b6efc307
commit
3a884083de
|
@ -85,7 +85,7 @@ namespace kiwix {
|
|||
zim::Article currentArticle;
|
||||
|
||||
while (currentOffset < lastOffset) {
|
||||
if (this->getVerboseFlag()) {
|
||||
if (self->getVerboseFlag()) {
|
||||
std::cout << "Extracting article with offset: " << currentOffset << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue