X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexpand.c;h=34e32325ee25de35bb1f93cc1d1c5e9f2baf7111;hb=e89d95f1909c0972b0e854ae05f50246f4d727d6;hp=37be216bbe45e7c58d3ade279b03973abfceb5e1;hpb=4a7dca52352d0976f200b89a50825433b7551554;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/expand.c b/src/src/expand.c index 37be216bb..34e32325e 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -4875,7 +4875,7 @@ while (*s) file types, the query (i.e. "key") starts with a file name. */ if (!key) - key = search_args(stype, name, filename, &filename); + key = search_args(stype, name, filename, &filename, opts); /* If skipping, don't do the next bit - just lookup_value == NULL, as if the entry was not found. Note that there is no search_close() function.