diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index 4569bea6c..898f03c5b 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -95,6 +95,8 @@ int CmdCustom::execute (std::string& output) t->tag ("FILTER"); } + context.a3t.parse (); + context.a3.categorize (); context.a3.dump ("A3::categorize");