mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-22 11:45:45 -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) {
|
if (resultPair.first == true) {
|
||||||
|
|
||||||
/* Get the article */
|
/* Get the article */
|
||||||
zim::Article article = zimFileHandler->getArticle(resultPair.second.getIndex());
|
zim::Article article = *resultPair.second;
|
||||||
|
|
||||||
/* If redirect */
|
/* If redirect */
|
||||||
unsigned int loopCounter = 0;
|
unsigned int loopCounter = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user