- The ::categorize method now only allows one TERMINATOR - the first one.
This commit is contained in:
Paul Beckingham 2014-11-08 14:35:24 -05:00
parent 26f8d8c45d
commit 283cae5e8c

View file

@ -761,7 +761,7 @@ void CLI::categorize ()
{
std::string raw = a->attribute ("raw");
if (raw == "--")
if (! terminated && raw == "--")
{
a->tag ("ORIGINAL");
a->tag ("TERMINATOR");