searchengine/cpix/cpix/src/idxdbdelta.cpp
changeset 2 6c1a2771f4b7
parent 0 671dee74050a
--- a/searchengine/cpix/cpix/src/idxdbdelta.cpp	Mon May 03 13:33:22 2010 +0300
+++ b/searchengine/cpix/cpix/src/idxdbdelta.cpp	Fri May 14 16:57:37 2010 +0300
@@ -153,6 +153,7 @@
                     rv = visitFile(path);
                 }
 
+            if (startPath_) {
             if (rv
                 && strcmp(path, startPath_) == 0
                 && newerMarkerFile_.length() > 0)
@@ -162,6 +163,7 @@
                     removePath(newerMarkerFile_.c_str());
                     rv = success_ == 0;
                 }
+            }
 
             return rv;
         }