mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
don't add interval 0 if it's the only one
This commit is contained in:
@@ -46,7 +46,8 @@ RideFile::fillInIntervals()
|
||||
mark();
|
||||
previous = point;
|
||||
}
|
||||
mark();
|
||||
if (interval > 0)
|
||||
mark();
|
||||
}
|
||||
|
||||
struct ComparePoints {
|
||||
|
||||
Reference in New Issue
Block a user