From 269feacd00004a060e57a799eea263c9d0905fb1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 29 Jun 2015 16:55:57 +0200 Subject: efa-m: Fix -L / show_lines --- bin/efa-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/efa-m') diff --git a/bin/efa-m b/bin/efa-m index cdd07d0..e7e35a8 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -179,7 +179,7 @@ sub show_lines { } push( @output, - [ $l->type, $l->name, $l->direction // q{}, $l->route // q{} ] ); + [ $l->type, $l->name, $l->direction // q{}, q{}, $l->route // q{} ] ); } display_result(@output); -- cgit v1.2.3