diff --git a/src/ltlvisit/dotty.cc b/src/ltlvisit/dotty.cc index ab495e1a9..2867bcf8c 100644 --- a/src/ltlvisit/dotty.cc +++ b/src/ltlvisit/dotty.cc @@ -63,7 +63,7 @@ namespace spot void visit(const bunop* so) { - if (draw_node_(so, so->format(), true)) + if (draw_node_(so, so->format())) { dir = none; so->child()->accept(*this);