mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
+ small fix of a typing error
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user