mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
@@ -1542,7 +1542,7 @@ CsvFileReader::writeRideFile(Context *, const RideFile *ride, QFile &file, CsvTy
|
||||
foreach (const RideFilePoint *point, ride->dataPoints()) {
|
||||
out << point->secs;
|
||||
out << ",";
|
||||
out << point->cad;
|
||||
out << (ride->isRun() ? point->rcad : point->cad);
|
||||
out << ",";
|
||||
out << point->hr;
|
||||
out << ",";
|
||||
|
||||
Reference in New Issue
Block a user