From 77cb4970a0ace40484924c93babca10873e8c3ba Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 25 Jun 2015 11:45:41 +0200 Subject: efa-m: fix -v --- bin/efa-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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; -- cgit v1.2.3