A3t
- ::findUUIDList no longer assumes success after matching the first UUID.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user