mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdStop: Cleanup
This commit is contained in:
parent
396135e062
commit
d75c5fc46a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ int CmdStop (
|
|||
// If tags are specified, but are not a full set of tags, remove them
|
||||
// before closing the interval.
|
||||
if (filter.tags ().size () &&
|
||||
(setIntersect (filter.tags (), latest.tags ()).size () != latest.tags ().size ()))
|
||||
setIntersect (filter.tags (), latest.tags ()).size () != latest.tags ().size ())
|
||||
{
|
||||
for (auto& tag : filter.tags ())
|
||||
if (modified.hasTag (tag))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue