mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
add_route_timestamps: IRIS route may be shorter than HAFAS route
This commit is contained in:
parent
4764fd9a6b
commit
f7a9213961
1 changed files with 1 additions and 1 deletions
|
@ -1276,7 +1276,7 @@ sub startup {
|
|||
my $new_eva = $new_route->[$i]->{eva};
|
||||
my $new_entry = $new_route->[$i];
|
||||
|
||||
if ( $old_name eq $new_name ) {
|
||||
if ( defined $old_name and $old_name eq $new_name ) {
|
||||
if ( $old_entry->{rt_arr}
|
||||
and not $new_entry->{rt_arr} )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue