summaryrefslogtreecommitdiff
path: root/bin/efa-m
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-06-29 16:55:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-06-29 16:55:57 +0200
commit269feacd00004a060e57a799eea263c9d0905fb1 (patch)
treece421b03a4e9e0dbf489725f11f9c8b8dc1130c4 /bin/efa-m
parente0dd95d035f836db4d60246add388644a667a354 (diff)
efa-m: Fix -L / show_lines
Diffstat (limited to 'bin/efa-m')
-rwxr-xr-xbin/efa-m2
1 files changed, 1 insertions, 1 deletions
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);