don't add interval 0 if it's the only one

This commit is contained in:
Sean Rhea
2009-12-01 06:19:15 -05:00
parent 06dacae358
commit ea2b1909ae

View File

@@ -46,7 +46,8 @@ RideFile::fillInIntervals()
mark();
previous = point;
}
mark();
if (interval > 0)
mark();
}
struct ComparePoints {