sonf: fix recursion of rewriting, was only called on operand
* spot/tl/sonf.cc: Here.
This commit is contained in:
parent
c5746ef5cf
commit
59cfd6ed17
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ namespace spot
|
||||||
{
|
{
|
||||||
// recurse into rhs first (_ []-> rhs)
|
// recurse into rhs first (_ []-> rhs)
|
||||||
formula rhs =
|
formula rhs =
|
||||||
f[1].map(extractor, extracted, extractor, false, false);
|
extractor(f[1], extracted, extractor, false, false);
|
||||||
f = formula::binop(kind, f[0], rhs);
|
f = formula::binop(kind, f[0], rhs);
|
||||||
|
|
||||||
formula ap = formula::ap(new_ap_name());
|
formula ap = formula::ap(new_ap_name());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue