From 67d42b5241803457fcfdd85cf3693c6726b28075 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 27 May 2014 22:43:58 -0400 Subject: [PATCH] CmdTags - Uses the correct filter. --- src/commands/CmdTags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdTags.cpp b/src/commands/CmdTags.cpp index f0e5ba2e6..0e6eae71e 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -69,7 +69,7 @@ int CmdTags::execute (std::string& output) // Apply filter. Filter filter; std::vector filtered; - filter.subset (filtered); + filter.subset (tasks, filtered); // Scan all the tasks for their project name, building a map using project // names as keys.