Do not print could-not-open-warnings for files found by directory traversal

This commit is contained in:
Bert Münnich
2014-10-24 11:14:01 +02:00
parent e15dabde74
commit 93e2a757d4
4 changed files with 14 additions and 11 deletions

View File

@@ -68,7 +68,7 @@ typedef struct {
const char *name; /* as given by user */
const char *path; /* always absolute */
const char *base;
bool loaded;
bool warn;
bool marked;
} fileinfo_t;