Commit 77cb4970 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa-m: fix -v

parent 2cc7db6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;