From 7fb9198d02ee94c650e7dd6465df5209fe81e057 Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Sat, 7 Mar 2020 12:39:36 +0300 Subject: [PATCH] =?UTF-8?q?=D1=85=D1=83=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Libraries/Filesystem.lua | 2 +- Libraries/Screen.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Libraries/Filesystem.lua b/Libraries/Filesystem.lua index bc2ec731..f0e15014 100644 --- a/Libraries/Filesystem.lua +++ b/Libraries/Filesystem.lua @@ -302,7 +302,7 @@ local function seek(self, pizda, cyka) return result, reason else - error("bad argument #2 ('set', 'cur' or 'end' expected, got " .. tostring(whence) .. ")") + error("bad argument #2 ('set', 'cur' or 'end' expected, got " .. tostring(pizda) .. ")") end end diff --git a/Libraries/Screen.lua b/Libraries/Screen.lua index 91466698..c67d198f 100755 --- a/Libraries/Screen.lua +++ b/Libraries/Screen.lua @@ -591,7 +591,6 @@ end -------------------------------------------------------------------------------- return { - getCoordinates = getCoordinates, getIndex = getIndex, setDrawLimit = setDrawLimit, resetDrawLimit = resetDrawLimit,