mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdStop: Fixed bug where wrong end date was applied
This commit is contained in:
parent
c77735d6ce
commit
100d567b79
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue