+ small fix of a typing error

This commit is contained in:
kelson42 2012-09-05 11:49:57 +00:00
parent 65b6efc307
commit 3a884083de
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }