Fixed potential real bug.
This commit is contained in:
parent
203303a31d
commit
9dc240126e
@ -1163,7 +1163,7 @@ iterateLocalToOther (const System sys, const int myrun,
|
||||
Term tt;
|
||||
|
||||
tt = tls->term;
|
||||
if (realTermVariable (tt) && tt->subst != NULL);
|
||||
if (realTermVariable (tt) && tt->subst != NULL)
|
||||
{
|
||||
iterateTermOther (myrun, tt->subst, addOther, &State);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user