ltlsynt: fix usage for --dot's argument
* bin/ltlsynt.cc (dispatch_print_hoa): Pass the right argument to print_dot. * tests/core/ltlsynt.test: Test it. * NEWS: Mention the bug.
This commit is contained in:
parent
8eec295e23
commit
a8a0a1973e
3 changed files with 8 additions and 2 deletions
|
|
@ -324,7 +324,7 @@ namespace
|
|||
rs->patch_game(game);
|
||||
|
||||
if (opt_dot)
|
||||
spot::print_dot(std::cout, game, opt_print_hoa_args);
|
||||
spot::print_dot(std::cout, game, opt_dot_arg);
|
||||
else if (opt_print_pg)
|
||||
spot::print_pg(std::cout, game);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue