diff --git a/ChangeLog b/ChangeLog index 811c6ae4a..5556e31a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-11 Alexandre Duret-Lutz + + * src/tgbatest/ltl2tgba.cc: Pacify sanity.test. + 2006-02-10 Alexandre Duret-Lutz * src/tgbaparse/public.hh (tgba_parse): Take two environments @@ -22,7 +26,7 @@ * m4/gspnlib.m4: Typo. -2006-02-05 Alexandre Duret-Lutz +2006-02-05 Alexandre Duret-Lutz * iface/gspn/ssp.cc: Pacify sanity.test. @@ -63,13 +67,13 @@ * wrap/python/cgi/ltl2tgba.in: Fix degeneralisation and output of accepting runs. -2006-01-10 Alexandre Duret-Lutz +2006-01-10 Alexandre Duret-Lutz * wrap/python/spot.i: Wrap spot::emptiness_check_instantiator. * wrap/python/cgi/ltl2tgba.in: Offers all 6 emptiness check algorithms, and a text box for options. -2006-01-05 Alexandre Duret-Lutz +2006-01-05 Alexandre Duret-Lutz * src/tgbaalgos/ndfs_result.hxx (ndfs_result::construct_cycle): Initialize tmp to suppress a GCC 4.0.1 warning (seen on Darwin). diff --git a/src/tgbatest/ltl2tgba.cc b/src/tgbatest/ltl2tgba.cc index fbb5a81f8..1369e3620 100644 --- a/src/tgbatest/ltl2tgba.cc +++ b/src/tgbatest/ltl2tgba.cc @@ -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;