mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 08:19:14 +02:00
oh ok
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ int run_fm95(const FM95_Config config, FM95_Runtime* runtime) {
|
||||
// Load the file
|
||||
if (luaL_loadfile(runtime->lua, "/home/user/test.lua") == LUA_OK) {
|
||||
// luaL_ref pops the function from the stack and returns a unique integer ID
|
||||
script_ref = luaL_ref(L, LUA_REGISTRYINDEX);
|
||||
script_ref = luaL_ref(runtime->lua, LUA_REGISTRYINDEX);
|
||||
}
|
||||
|
||||
while (to_run) {
|
||||
|
||||
Reference in New Issue
Block a user