mirror of https://github.com/kiwix/libkiwix.git
fixed OSX indexing never ending
This commit is contained in:
parent
d0d08c4f96
commit
19c355241c
|
@ -164,7 +164,8 @@ namespace kiwix {
|
||||||
if (this->currentArticleOffset <= this->lastArticleOffset) {
|
if (this->currentArticleOffset <= this->lastArticleOffset) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
this->stopIndexing();
|
// commented as it never returns on OSX.
|
||||||
|
//this->stopIndexing();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue