- Properly tags TERMINATOR, TERMINATED.
This commit is contained in:
Paul Beckingham 2014-10-24 16:24:35 -04:00
parent 014a09cd55
commit ce2679c3fa

View file

@ -499,11 +499,12 @@ void CLI::categorize ()
if (raw == "--") if (raw == "--")
{ {
a->unTagAll ();
a->tag ("TERMINATOR"); a->tag ("TERMINATOR");
terminated = true; terminated = true;
} }
if (terminated) else if (terminated)
{ {
a->unTagAll (); a->unTagAll ();
a->tag ("TERMINATED"); a->tag ("TERMINATED");