mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
committed by
Mark Liversedge
parent
9f25fdc6f8
commit
8d3d89d44d
@@ -99,7 +99,7 @@ FitlogParser::startElement( const QString&, const QString&,
|
||||
// now add
|
||||
rideFile->appendPoint(point.secs,point.cad,point.hr,point.km,point.kph,point.nm,
|
||||
point.watts,point.alt,point.lon,point.lat, point.headwind,
|
||||
0.0, 0.0, point.interval);
|
||||
0.0, RideFile::noTemp, point.interval);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user