diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 22:14:31 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 22:14:31 +0100 |
commit | 692c8d22b3e55fe0b8dbf7defcada9f8d31f0a8e (patch) | |
tree | d3c84585d2ffb0366e69567be0889d0b33d640e4 | |
parent | 0b488a4eddfb7b9ea9684383cc3d83fe2783fd11 (diff) |
oops
-rwxr-xr-x | bin/hafas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ for my $res ( $hafas->connections ) { if ( defined $sec->transfer_duration ) { if ( $sec->transfer_duration->in_units('minutes') >= 0 ) { $glance .= sprintf( - ' (%01d:%02d) "%s"', + ' (%01d:%02d) %s', $sec->transfer_duration->in_units( 'hours', 'minutes' ), $sec->name ); |