Switch to side-by-side view
--- a/src/index/fsindexer.cpp +++ b/src/index/fsindexer.cpp @@ -90,7 +90,7 @@ } // Recursively index each directory in the topdirs: -bool FsIndexer::index(bool resetbefore) +bool FsIndexer::index() { list<string> topdirs = m_config->getTopdirs(); if (topdirs.empty()) { @@ -376,7 +376,6 @@ // We'll change the signature to ensure that the indexing will // be retried every time. - // Internal access path for multi-document files if (ipath.empty()) hadNullIpath = true;