From f7e842db3a5af42ad216b4413e4a85b41554edb4 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Thu, 24 Mar 2011 12:03:36 +0000 Subject: [PATCH] + remove a compilation warning --- src/common/kiwix/searcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kiwix/searcher.cpp b/src/common/kiwix/searcher.cpp index 1943557a..445fee66 100644 --- a/src/common/kiwix/searcher.cpp +++ b/src/common/kiwix/searcher.cpp @@ -173,7 +173,7 @@ namespace kiwix { unsigned int pageCount = this->estimatedResultCount / this->resultCountPerPage + 1; if (pageCount > 10) pageCount = 10; - for (int i=0; iresultCountPerPage; page["end"] = (i+1) * this->resultCountPerPage;