* src/bin/ltlcross.cc: Use dstar_to_tgba().

This commit is contained in:
Alexandre Duret-Lutz 2013-08-17 14:37:32 +02:00
parent d7027c34d3
commit d561dfb7e0

View file

@ -787,11 +787,11 @@ namespace
delete aut;
res = 0;
}
if (aut->type == spot::Rabin)
res = spot::nra_to_nba(aut);
else
res = spot::nsa_to_tgba(aut);
delete aut;
{
res = dstar_to_tgba(aut);
delete aut;
}
break;
}
case printable_result_filename::None: