sonf: fix recursion of rewriting, was only called on operand
* spot/tl/sonf.cc: Here.
This commit is contained in:
parent
8efea81c75
commit
fface984ca
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ namespace spot
|
|||
{
|
||||
// recurse into rhs first (_ []-> 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);
|
||||
|
||||
formula ap = formula::ap(new_ap_name());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue