summaryrefslogtreecommitdiff
path: root/bin/db-wagenreihung
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-wagenreihung')
-rwxr-xr-xbin/db-wagenreihung2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung
index 9c0c0d5..e0dd4c9 100755
--- a/bin/db-wagenreihung
+++ b/bin/db-wagenreihung
@@ -80,7 +80,7 @@ printf(
sprintf( '%s (%s)', $_->{name}, join( q{}, @{ $_->{sections} } ) )
} $wr->destinations
),
- $wr->train_subtype // 'IC?',
+ $wr->train_desc,
$wr->station_name,
$wr->platform
);