Skip to content

Commit

Permalink
Merge remote-tracking branch 'mauribachi/OR-git-Resume-Debrief-eval-d…
Browse files Browse the repository at this point in the history
…ata'

Bug fix for https://bugs.launchpad.net/or/+bug/1816678 Crash when resume the activity evaluation data.
  • Loading branch information
twpol committed Feb 27, 2019
2 parents b88e460 + 6b48c72 commit cf3d02a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -460,7 +460,7 @@ void Resume(UserSettings settings, string[] args)
int nDepartBeforeBoarding = infDbfEval.ReadInt32();
for (int i = 0; i < nDepartBeforeBoarding; i++)
{
ActivityTaskPassengerStopAt.DbfEvalDepartBeforeBoarding[i] = infDbfEval.ReadString();
ActivityTaskPassengerStopAt.DbfEvalDepartBeforeBoarding.Add(infDbfEval.ReadString());
}
Popups.TrackMonitor.DbfEvalOverSpeed = infDbfEval.ReadInt32();
Popups.TrackMonitor.DbfEvalOverSpeedTimeS = infDbfEval.ReadDouble();
Expand Down

0 comments on commit cf3d02a

Please sign in to comment.