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