dtwasat: typo in DEBUG mode

* spot/twaalgos/dtwasat.cc: Update a mark check.
This commit is contained in:
Alexandre Duret-Lutz 2016-09-06 13:09:31 +02:00
parent 120118f66b
commit 851502ab93

View file

@ -975,7 +975,7 @@ namespace spot
ta(q2, l, ta(q2, l,
d.cacc.mark(m), q3); d.cacc.mark(m), q3);
const char* not_ = "¬"; const char* not_ = "¬";
if (d.cacc.has(biga_, m)) if (biga_.has(m))
not_ = ""; not_ = "";
out << "" << not_ out << "" << not_
<< ta << "FC"; << ta << "FC";