mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-22 03:33:41 -04:00
+ fix a bug in searcher::getPageUrlFromTitle()
This commit is contained in:
parent
91212bdb13
commit
0f1bfed262
@ -88,7 +88,7 @@ namespace kiwix {
|
||||
if (resultPair.first == true) {
|
||||
|
||||
/* Get the article */
|
||||
zim::Article article = zimFileHandler->getArticle(resultPair.second.getIndex());
|
||||
zim::Article article = *resultPair.second;
|
||||
|
||||
/* If redirect */
|
||||
unsigned int loopCounter = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user