X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.c;h=842e030f3eb58cf13257406154f2aeb17c650826;hp=1ca416484e2f9bf9c9aaad649fd1d72fa9c88309;hb=0b5f380ddc094b9dc3741dc2beaf7b775e4946d6;hpb=471684761a2039bbc89aa1e3c33c62de6bef86cf diff --git a/filter.c b/filter.c index 1ca41648..842e030f 100644 --- a/filter.c +++ b/filter.c @@ -109,7 +109,13 @@ static int parse_config(int argc, char *argv[]) free(home); } if (!stat(cf, &statbuf)) { - if (filter_cmdline_parser_configfile(cf, &conf, 0, 0, 0)) + struct filter_cmdline_parser_params params = { + .override = 0, + .initialize = 0, + .check_required = 0, + .check_ambiguity = 0 + }; + if (filter_cmdline_parser_config_file(cf, &conf, ¶ms)) return -E_FILTER_SYNTAX; } if (!conf.list_filters_given)