summaryrefslogtreecommitdiff
path: root/bin/aseag-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/aseag-m')
-rwxr-xr-xbin/aseag-m4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aseag-m b/bin/aseag-m
index 34db950..e2c4111 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -134,7 +134,7 @@ sub show_results {
),
$_->[1]
)
- } @{ $d->route_timetable }
+ } $d->route_timetable
)
]
);
@@ -152,7 +152,7 @@ sub show_results {
sprintf( '%s %s',
$_->[0]->strftime($strftime_format),
$_->[1] )
- } @{ $d->route_timetable }
+ } $d->route_timetable
)
]
);