summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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);