mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Interval Search SEGV on High Power
.. thanks to Neil Jones for the file
This commit is contained in:
@@ -1080,7 +1080,7 @@ RideItem::updateIntervals()
|
||||
|
||||
|
||||
// add the best one we found here
|
||||
if (found) {
|
||||
if (found && tte.zone >= 0) {
|
||||
|
||||
// if we overlap with the last one and
|
||||
// we are better then replace otherwise skip
|
||||
|
||||
Reference in New Issue
Block a user