diff options
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/Travelynx.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 017a2d4..ce2d739 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -234,10 +234,10 @@ sub startup {  			my $arr_station = get_station( $opt{arr_station} );  			if ( not $dep_station ) { -				return ( undef, undef, 'Unbekannter Startbahnhof' ); +				return ( undef, 'Unbekannter Startbahnhof' );  			}  			if ( not $arr_station ) { -				return ( undef, undef, 'Unbekannter Zielbahnhof' ); +				return ( undef, 'Unbekannter Zielbahnhof' );  			}  			my $entry = { | 
