Merge branch 'master' into next

* configure.ac, NEWS: Bump version to 1.99a at the same time.
This commit is contained in:
Alexandre Duret-Lutz 2014-09-29 18:07:34 +02:00
commit 8c2efa6615
8 changed files with 222 additions and 37 deletions

View file

@ -276,9 +276,9 @@ namespace spot
os << "Acceptance: " << num_acc;
if (num_acc > 0)
{
os << " I(0";
os << " Inf(0";
for (unsigned i = 1; i < num_acc; ++i)
os << ")&I(" << i;
os << ")&Inf(" << i;
os << ')';
}
else