summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-25 11:45:41 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-25 11:45:41 +0200
commit77cb4970a0ace40484924c93babca10873e8c3ba (patch)
tree91b5a4ac336bf852a6746fd12e33023e895af7f5
parent2cc7db6de55f116f5e5b859ee9b5265e77d7f6d5 (diff)
efa-m: fix -v
-rwxr-xr-xbin/efa-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 8774a41..51b8d0a 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -205,7 +205,7 @@ sub show_results {
or ( $offset and $d->countdown < $offset )
or ( $filter_via
and
- not( first { $_->{stop} =~ m{$filter_via}io } $d->route_post ) )
+ not( first { $_->name =~ m{$filter_via}io } $d->route_post ) )
)
{
next;