fix old usage of table in mule_main; resolve to value in (sequence)

This commit is contained in:
Ryan Fleury
2025-05-13 10:55:39 -07:00
parent 11c1b5277e
commit 34304280c9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2502,7 +2502,7 @@ E_TYPE_EXPAND_RANGE_FUNCTION_DEF(omit)
E_TYPE_EXPAND_INFO_FUNCTION_DEF(sequence)
{
E_TypeExpandInfo info = {0, eval.value.u64};
E_TypeExpandInfo info = {0, e_value_eval_from_eval(eval).value.u64};
return info;
}