3
0
Fork 0

+ small beautifying of the code

small_fixes
kelson42 12 years ago
parent 215ce29c1f
commit 294110d40d

@ -541,7 +541,7 @@ int main(int argc, char **argv) {
/* Instanciate the ZIM index (if necessary) */ /* Instanciate the ZIM index (if necessary) */
kiwix::Searcher *searcher = NULL; kiwix::Searcher *searcher = NULL;
if (indexPath != "") { if (!indexPath.empty()) {
bool hasSearchIndex = false; bool hasSearchIndex = false;
/* Try to load the search */ /* Try to load the search */

Loading…
Cancel
Save