diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-26 22:02:29 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-26 22:02:29 +0200 |
commit | 27a80b67a73c33469cf136ca37b6d3d9f2a346f7 (patch) | |
tree | fd0eb93324c51ea4f188082456b63b8bfee67dba /bin/db-wagenreihung | |
parent | 75a92d7144bd8700d25d3d420072d8b9f4418d4d (diff) |
Replace station_{ds100,uic,name} accessors with station->{ds100,eva,name}
Diffstat (limited to 'bin/db-wagenreihung')
-rwxr-xr-x | bin/db-wagenreihung | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-wagenreihung b/bin/db-wagenreihung index 7a1d63c..87b5223 100755 --- a/bin/db-wagenreihung +++ b/bin/db-wagenreihung @@ -82,7 +82,7 @@ printf( ), ); -printf( "%s Gleis %s\n\n", $wr->station_name, $wr->platform ); +printf( "%s Gleis %s\n\n", $wr->station->{name}, $wr->platform ); for my $section ( $wr->sections ) { my $section_length = $section->length_percent; |