fix intervals for ergomo csv

This commit is contained in:
Sean Rhea
2009-11-21 14:02:37 -05:00
parent 25e8658592
commit 5c3896b6cc

View File

@@ -28,7 +28,7 @@
{ \
addInterval(start, previous->secs + recIntSecs_, \
QString("%1").arg(interval)); \
++interval; \
interval = point->interval; \
start = point->secs; \
}