0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 12:32:05 +01:00
This commit is contained in:
2025-12-28 12:05:07 +01:00
parent 7d98606917
commit f52a9ac47e

View File

@@ -44,7 +44,7 @@ local function start_rft()
end
end
function load_rft_file()
local function load_rft_file()
local file = io.open("/tmp/rft_test", "rb")
if not file then error("Could not open file") end
_Rft_file = file:read("*a")