From f52a9ac47e52f0a5dcf181e7aaa9270b12a3c4c4 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 28 Dec 2025 12:05:07 +0100 Subject: [PATCH] oh --- scripts/1-rft.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1-rft.lua b/scripts/1-rft.lua index e8836b2..8ca8bd3 100644 --- a/scripts/1-rft.lua +++ b/scripts/1-rft.lua @@ -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")