mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
workoutwizard: fixed the LAP feature in mrc and erg files
Signed-off-by: Greg Lonnon <greg.lonnon@gmail.com>
This commit is contained in:
@@ -368,8 +368,7 @@ void AbsWattagePage::SaveWorkout()
|
||||
{
|
||||
if(p.first == "LAP")
|
||||
{
|
||||
stream << "LAP" << endl;
|
||||
|
||||
stream << currentX << " LAP" << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -497,7 +496,7 @@ void RelWattagePage::SaveWorkout()
|
||||
{
|
||||
if(p.first == "LAP")
|
||||
{
|
||||
stream << "LAP" << endl;
|
||||
stream << currentX << " LAP" << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user