From db37d928cdb2463ac6953833307db8bf795d151f Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 20 Jun 2026 14:01:40 +0200 Subject: [PATCH] uh huh... this is getting boring --- src/lua_rds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua_rds.c b/src/lua_rds.c index 99dd2de..a9bb449 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -157,7 +157,7 @@ uint8_t init_lua(RDSEncoder* _enc) { lua_registertotable(globalL, "encode_group", lua_encode_group); - lua_setglobal(globalL, "rds"); + lua_setglobal(globalL, "RDS"); if (luaL_loadfile(globalL, "/etc/rds95.lua") != LUA_OK) { fprintf(stderr, "Lua error loading file: %s\n", lua_tostring(globalL, -1));