Parser
- In ::findBinary, it is not necessary to prune branches.
This commit is contained in:
@@ -339,7 +339,6 @@ void Parser::findBinary ()
|
|||||||
if (_tree->_branches.size () >= 1)
|
if (_tree->_branches.size () >= 1)
|
||||||
{
|
{
|
||||||
_tree->_branches[0]->unTag ("?");
|
_tree->_branches[0]->unTag ("?");
|
||||||
_tree->_branches[0]->removeAllBranches ();
|
|
||||||
_tree->_branches[0]->tag ("BINARY");
|
_tree->_branches[0]->tag ("BINARY");
|
||||||
std::string binary = _tree->_branches[0]->attribute ("raw");
|
std::string binary = _tree->_branches[0]->attribute ("raw");
|
||||||
std::string::size_type slash = binary.rfind ('/');
|
std::string::size_type slash = binary.rfind ('/');
|
||||||
|
|||||||
Reference in New Issue
Block a user