diff options
Diffstat (limited to 'filter.c')
-rw-r--r-- | filter.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -163,6 +163,8 @@ static val regex_from_trie(val trie) else out = ry; } + if (get_hash_userdata(trie)) + out = list(or_s, nil, out, nao); return out; } } |