mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-23 04:06:25 -04:00
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) {
|
||||
return true;
|
||||
} else {
|
||||
this->stopIndexing();
|
||||
// commented as it never returns on OSX.
|
||||
//this->stopIndexing();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user