This commit is contained in:
Joachim Stolberg 2021-11-05 19:21:15 +01:00
parent cf3415a1d6
commit 44cfa46e9f

View File

@ -95,7 +95,7 @@ local function compile(s, tRes)
return exception(tRes, i, "Order error!")
end
start_idx = start_idx or idx
if old_idx ~= 0 and not tCode[old_idx].next_idx then
if old_idx ~= 0 and tCode[old_idx] and not tCode[old_idx].next_idx then
tCode[old_idx].next_idx = idx
end
if cmnd1 == "send" then