Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Travel-Routing-DE-EFA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
Travel-Routing-DE-EFA
Commits
8f79386e
Commit
8f79386e
authored
13 years ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Route/Part.pm: Fix departure_stop_and_platform (closes github #3)
parent
ab6e2009
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Changelog
+5
-0
5 additions, 0 deletions
Changelog
lib/Travel/Routing/DE/VRR/Route/Part.pm
+1
-1
1 addition, 1 deletion
lib/Travel/Routing/DE/VRR/Route/Part.pm
with
6 additions
and
1 deletion
Changelog
+
5
−
0
View file @
8f79386e
git HEAD
* Fix bug in departure_stop_and_platform where the arrival_stop was used
in case of unknown platforms
Travel::Routing::DE::VRR 2.00 - Sun Dec 11 2011
* Now uses the efa.vrr.de XML interface
...
...
This diff is collapsed.
Click to expand it.
lib/Travel/Routing/DE/VRR/Route/Part.pm
+
1
−
1
View file @
8f79386e
...
...
@@ -44,7 +44,7 @@ sub departure_stop_and_platform {
sprintf
(
'
%s: %s
',
$self
->
get
(
qw(departure_stop departure_platform)
)
);
}
return
$self
->
arrival
_stop
;
return
$self
->
departure
_stop
;
}
sub
extra
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment