From 72e1f5836ce479bf53f2b2520c60f7bf88c1d64f Mon Sep 17 00:00:00 2001 From: Hion-V Date: Sun, 19 Jun 2022 02:33:14 +0200 Subject: [PATCH] Update ccpt questionmark --- ccpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccpt b/ccpt index 4456f28..e18c7ae 100644 --- a/ccpt +++ b/ccpt @@ -26,7 +26,7 @@ removed = 0 function file_exists(filepath) local f=io.open(filepath,"r") if f~=nil then - f.close() + f.close(f) return true else return false