- Removed the requirement in ::getWords that the ORIGINAL tag be present.
This commit is contained in:
Paul Beckingham 2014-11-08 15:05:19 -05:00
parent db13a676bb
commit c2bf56af71

View file

@ -471,8 +471,7 @@ const std::vector <std::string> CLI::getWords ()
! a->hasTag ("RC") &&
! a->hasTag ("CONFIG") &&
! a->hasTag ("CMD") &&
! a->hasTag ("TERMINATOR") &&
a->hasTag ("ORIGINAL"))
! a->hasTag ("TERMINATOR"))
{
words.push_back (a->attribute ("raw"));
}