mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
committed by
Mark Liversedge
parent
ec64007f6b
commit
55cb396196
@@ -91,7 +91,7 @@ RideFile *SrdFileReader::openRideFile(QFile &file, QStringList &errorStrings, QL
|
||||
km = w->dist_data[i];
|
||||
|
||||
// add to ride
|
||||
result->appendPoint(time, cad, hr, km, kph, nm, watts, alt, lon, lat, wind, 0.0, 0.0, 0);
|
||||
result->appendPoint(time, cad, hr, km, kph, nm, watts, alt, lon, lat, wind, 0.0, RideFile::noTemp, 0);
|
||||
|
||||
// keep a track of time
|
||||
time += w->recording_interval;
|
||||
|
||||
Reference in New Issue
Block a user