* spot/ltsmin/ltsmin.cc (format_state): Thinko.

This commit is contained in:
Alexandre Duret-Lutz 2016-02-09 14:44:52 +01:00
parent a31793960f
commit bceb54c80e

View file

@ -904,6 +904,8 @@ namespace spot
if (!format_filter_[i])
{
++i;
if (i == state_size_)
break;
continue;
}
res << vname_[i] << '=' << vars[i];