diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-10-24 11:14:01 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-10-24 11:14:01 +0200 |
commit | 93e2a757d439b4965bf21b26a41628be9b2ec788 (patch) | |
tree | a781005cb53c6462f380f453c6affd70f46e0dc7 /types.h | |
parent | e15dabde747c71dfcf49e4818099c4cc526c2d21 (diff) |
Do not print could-not-open-warnings for files found by directory traversal
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |