* iface/gspn/ssp.cc (couvreur99_check_shy_ssp::find_state): Correctly

update the emptiness statistics.

* m4/gspnlib.m4: Typo.
This commit is contained in:
Alexandre Duret-Lutz 2006-02-10 12:13:26 +00:00
parent ffd47e425e
commit 723054ce80
3 changed files with 9 additions and 1 deletions

View file

@ -970,6 +970,7 @@ namespace spot
(succ_tgba_[i],
old_state->right()->clone());
queue.push_back(successor(queue.begin()->acc, s));
inc_depth();
}
if (size_tgba_ != 0)
diff_succ_free(succ_tgba_);