workoutwizard: fixed the LAP feature in mrc and erg files

Signed-off-by: Greg Lonnon <greg.lonnon@gmail.com>
This commit is contained in:
Greg Lonnon
2011-07-17 19:54:41 -06:00
parent 8f7670d93b
commit 4c126d9658

View File

@@ -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
{