From 4c126d9658d8b9a56e9ea24905802f29d38cb7b9 Mon Sep 17 00:00:00 2001 From: Greg Lonnon Date: Sun, 17 Jul 2011 19:54:41 -0600 Subject: [PATCH] workoutwizard: fixed the LAP feature in mrc and erg files Signed-off-by: Greg Lonnon --- src/WorkoutWizard.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/WorkoutWizard.cpp b/src/WorkoutWizard.cpp index 1a8fd65de..8e456a120 100644 --- a/src/WorkoutWizard.cpp +++ b/src/WorkoutWizard.cpp @@ -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 {