From d64dec80bc37609090b3f1ba3b253da5ed3c9bde Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 Oct 2015 13:33:09 +0200 Subject: return stop objects in route_interesting too --- bin/aseag-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/aseag-m') diff --git a/bin/aseag-m b/bin/aseag-m index 41bd188..86ed39a 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -209,7 +209,7 @@ sub show_results { } if ( $edata{route_interesting} ) { - $line[2] = join( q{ }, $d->route_interesting ); + $line[2] = join( q{ }, map { $_->name } $d->route_interesting ); } push( @output, \@line ); -- cgit v1.2.3