mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Match duration fencepost error.
This commit is contained in:
@@ -427,7 +427,7 @@ AddIntervalDialog::createClicked()
|
||||
add.start = match.start;
|
||||
add.stop = match.stop;
|
||||
|
||||
int lenSecs = match.stop-match.start;
|
||||
int lenSecs = match.stop-match.start+1;
|
||||
QString duration;
|
||||
|
||||
// format the duration nicely!
|
||||
|
||||
Reference in New Issue
Block a user