diff options
Diffstat (limited to 'filter.c')
-rw-r--r-- | filter.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -280,6 +280,8 @@ static val trie_filter_string(val filter, val str) } if (match) { + if (!stringp(subst) && chrp(subst)) + subst = tostringp(subst); string_extend(out, subst); i = plus(match, one); } else { |