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);
|
sequence.push_back (uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!n.depleted ())
|
if (n.depleted ())
|
||||||
throw std::string (STRING_A3_PATTERN_GARBAGE);
|
{
|
||||||
|
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
(*i)->tag ("UUID");
|
(*i)->tag ("UUID");
|
||||||
|
|
||||||
@@ -1189,6 +1188,7 @@ void A3t::findUUIDList ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void A3t::findOperator ()
|
void A3t::findOperator ()
|
||||||
|
|||||||
Reference in New Issue
Block a user