re-enable auto view rules in mule

This commit is contained in:
Ryan Fleury
2025-04-10 16:53:36 -07:00
parent 297c576623
commit 59df09b39b
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -924,7 +924,8 @@ E_TYPE_ACCESS_FUNCTION_DEF(default)
}
// rjf: bad conditions? -> error if applicable, exit
if(e_type_key_match(e_type_key_zero(), check_type_key))
if(l.root == &e_irnode_nil ||
e_type_key_match(e_type_key_zero(), check_type_key))
{
break;
}