From 68555315e0d7c5db3e33bfe2a0876192f78bd333 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 31 May 2014 15:36:12 -0400 Subject: [PATCH] Parser - Scans the tree to find the binary, after the calendar report runs the main report and prepares to run the detail report. Now I think about it, this feature could be implemented vai hooks. --- src/Parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Parser.cpp b/src/Parser.cpp index b59c14c1e..9910ee037 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -528,6 +528,7 @@ Tree* Parser::captureFirst (const std::string& arg) _tree->_branches.insert (i, t); + findBinary (); findCommand (); return t; }