mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
data: getAllExclusions now merges results without data loss
This commit is contained in:
parent
642bf06db6
commit
1dc8eb7b4f
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ std::vector <Range> getAllExclusions (
|
|||
std::cout << "# " << r.dump () << "\n";
|
||||
return all;
|
||||
*/
|
||||
return addRanges (range, results, exclusionRanges);
|
||||
return merge (addRanges (range, results, exclusionRanges));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue