mirror of https://github.com/kiwix/libkiwix.git
+ 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…
Reference in New Issue