- ::findUUIDList no longer assumes success after matching the first
  UUID.
This commit is contained in:
Paul Beckingham 2014-05-23 15:47:38 -04:00
parent 42f3419bd3
commit 8d45e73744

View file

@ -1152,9 +1152,8 @@ void A3t::findUUIDList ()
sequence.push_back (uuid);
}
if (!n.depleted ())
throw std::string (STRING_A3_PATTERN_GARBAGE);
if (n.depleted ())
{
(*i)->unTag ("?");
(*i)->tag ("UUID");
@ -1188,6 +1187,7 @@ void A3t::findUUIDList ()
branch->tag ("OP");
}
}
}
}
////////////////////////////////////////////////////////////////////////////////