* src/tgbatest/ltl2tgba.cc: Pacify sanity.test.

This commit is contained in:
Alexandre Duret-Lutz 2006-02-11 08:26:04 +00:00
parent 5891679ce0
commit ea9ee5d5c7
2 changed files with 9 additions and 4 deletions

View file

@ -473,7 +473,8 @@ main(int argc, char** argv)
{
spot::tgba_parse_error_list pel;
spot::tgba_explicit* e;
to_free = a = e = spot::tgba_parse(input, pel, dict, env, env, debug_opt);
to_free = a = e = spot::tgba_parse(input, pel, dict,
env, env, debug_opt);
if (spot::format_tgba_parse_errors(std::cerr, input, pel))
{
delete to_free;