summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-10-26 19:52:01 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-10-26 19:52:01 +0200
commit3057e88dbde35db707b5c102eac0c3c3a5302547 (patch)
tree062790773813f6570c6ba855f9aedabcc8b8c018
parent6796827275793f8a3af33fc5a6ce24dd65657f97 (diff)
hafas-m: ->info no longer exists
-rwxr-xr-xbin/hafas-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m
index a17443f..509ebf5 100755
--- a/bin/hafas-m
+++ b/bin/hafas-m
@@ -254,7 +254,7 @@ for my $m ( $status->messages ) {
for my $d ( $status->results ) {
- my $info_line = $d->info // q{};
+ my $info_line = q{};
for my $message ( $d->messages ) {
if ( $message->ref_count > 1 ) {