Skip to content

Commit 7d5f031

Browse files
committed
Update ConsoleInput.kt
1 parent 5a5d0f5 commit 7d5f031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/apochromat/codeblockmobile/logic/ConsoleInput.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class ConsoleInput : Block() {
8585
status = calculated.first
8686
return
8787
}
88-
heap.setArrayValue(obj.second, i, calculated.second)
88+
heap.setArrayValue(name, i, calculated.second)
8989
}
9090
return
9191
}

0 commit comments

Comments
 (0)