- 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.
This commit is contained in:
Paul Beckingham 2014-05-31 15:36:12 -04:00
parent 382881c0e1
commit 68555315e0

View file

@ -528,6 +528,7 @@ Tree* Parser::captureFirst (const std::string& arg)
_tree->_branches.insert (i, t); _tree->_branches.insert (i, t);
findBinary ();
findCommand (); findCommand ();
return t; return t;
} }