diff --git a/src/commands/CmdStop.cpp b/src/commands/CmdStop.cpp index 83e6fc65..fbd479d5 100644 --- a/src/commands/CmdStop.cpp +++ b/src/commands/CmdStop.cpp @@ -65,7 +65,7 @@ int CmdStop ( latest.tags ().size ()) { // Contiguous with previous interval. - latest.start (latest.end ()); + latest.start (modified.end ()); latest.end ({0}); database.addInterval (latest);