Switch to unified view
a/src/index/recollindex.cpp | b/src/index/recollindex.cpp | ||
---|---|---|---|
... |
... |
||
24 | #include <sys/time.h> |
24 | #include <sys/time.h> |
25 | #include <sys/resource.h> |
25 | #include <sys/resource.h> |
26 | #else |
26 | #else |
27 | #include <direct.h> |
27 | #include <direct.h> |
28 | #endif |
28 | #endif |
29 | #include "safesysstat.h" |
||
29 | #include "safefcntl.h" |
30 | #include "safefcntl.h" |
30 | #include "safeunistd.h" |
31 | #include "safeunistd.h" |
31 | 32 | ||
32 | #include <iostream> |
33 | #include <iostream> |
33 | #include <list> |
34 | #include <list> |
... |
... |
||
328 | if (!path_exists(*it)) { |
329 | if (!path_exists(*it)) { |
329 | nonexist.push_back(*it); |
330 | nonexist.push_back(*it); |
330 | } |
331 | } |
331 | } |
332 | } |
332 | 333 | ||
333 | // We'd like to check skippedPaths too, but these are wildcard exprs, so reasonably can't
|
334 | // We'd like to check skippedPaths too, but these are wildcard |
335 | // exprs, so reasonably can't |
||
334 | 336 | ||
335 | return true; |
337 | return true; |
336 | } |
338 | } |
337 | 339 | ||
338 | static const char *thisprog; |
340 | static const char *thisprog; |