diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-06-29 16:55:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-06-29 16:55:57 +0200 |
commit | 269feacd00004a060e57a799eea263c9d0905fb1 (patch) | |
tree | ce421b03a4e9e0dbf489725f11f9c8b8dc1130c4 /bin | |
parent | e0dd95d035f836db4d60246add388644a667a354 (diff) |
efa-m: Fix -L / show_lines
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa-m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |