mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
+ fix small bug in the new indexer
This commit is contained in:
@ -84,7 +84,7 @@ namespace kiwix {
|
||||
/* Redirects are not indexed */
|
||||
do {
|
||||
currentArticle = self->zimFileHandler->getArticle(currentOffset++);
|
||||
} while (currentArticle.isRedirect() && currentOffset++ != endOffset);
|
||||
} while (currentArticle.isRedirect() && currentOffset != endOffset);
|
||||
|
||||
/* Add articles to the queue */
|
||||
indexerToken token;
|
||||
|
Reference in New Issue
Block a user