mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 12:53:53 +01:00
oh
This commit is contained in:
@@ -44,7 +44,7 @@ local function start_rft()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function load_rft_file()
|
local function load_rft_file()
|
||||||
local file = io.open("/tmp/rft_test", "rb")
|
local file = io.open("/tmp/rft_test", "rb")
|
||||||
if not file then error("Could not open file") end
|
if not file then error("Could not open file") end
|
||||||
_Rft_file = file:read("*a")
|
_Rft_file = file:read("*a")
|
||||||
|
|||||||
Reference in New Issue
Block a user