+ fix a bug in searcher::getPageUrlFromTitle()

This commit is contained in:
kelson42 2011-03-29 15:16:18 +00:00
parent 91212bdb13
commit 0f1bfed262
1 changed files with 1 additions and 1 deletions

View File

@ -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;