summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d99b31)
raw | patch | inline | side by side (parent: 0d99b31)
author | Florian Forster <octo@huhu.verplant.org> | |
Fri, 25 Dec 2009 10:11:49 +0000 (11:11 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 25 Dec 2009 22:15:15 +0000 (23:15 +0100) |
src/filecount.c | patch | blob | history |
diff --git a/src/filecount.c b/src/filecount.c
index b9dcad866ea203a0f3345ea31e79dde671d4b1ed..dc242ada10a54bf02f236645f7d283d0e9006e1e 100644 (file)
--- a/src/filecount.c
+++ b/src/filecount.c
#include <fnmatch.h>
#define FC_RECURSIVE 1
-#define FC_HIDDEN 1
+#define FC_HIDDEN 2
struct fc_directory_conf_s
{
fc_config_set_instance (dir, dir->path);
dir->options = FC_RECURSIVE;
- dir->options = FC_HIDDEN;
dir->name = NULL;
dir->mtime = 0;