summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/match.c b/match.c
index fb533c50..a7284f19 100644
--- a/match.c
+++ b/match.c
@@ -557,10 +557,11 @@ static val format_field(val string_or_list, val modifier, val filter)
uw_throwf(query_error_s, lit("format_field: filter ~s not known"),
filter_sym, nao);
}
+ }
+ if (filter)
string_or_list = filter_string(filter, cat_str(list(string_or_list, nao),
nil));
- }
}
{