projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
6df1cc1
)
Merge branch 'master' into next
author
Andre Noll
<maan@systemlinux.org>
Sat, 1 Aug 2009 20:06:49 +0000
(22:06 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 1 Aug 2009 20:06:49 +0000
(22:06 +0200)
filter.c
patch
|
blob
|
history
diff --git
a/filter.c
b/filter.c
index
e6c7555
..
796e445
100644
(file)
--- a/
filter.c
+++ b/
filter.c
@@
-143,7
+143,8
@@
static int parse_config(int argc, char *argv[])
.override = 0,
.initialize = 0,
.check_required = 0,
- .check_ambiguity = 0
+ .check_ambiguity = 0,
+ .print_errors = 1
};
if (filter_cmdline_parser_config_file(cf, &conf, ¶ms))
return -E_FILTER_SYNTAX;