From d3aa98abb95d23e80f3f2ccbbb1cf4e98a99891f Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 9 Sep 2012 13:13:12 +0200 Subject: [PATCH] fileinfo doesn't reset results This affects multiple entry into fileinfo which just accumulate information, eventually scrolling off screen --- fileinfo.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/fileinfo.lua b/fileinfo.lua index 759d10e2d..c04dfa825 100644 --- a/fileinfo.lua +++ b/fileinfo.lua @@ -32,6 +32,7 @@ end function FileInfo:init(path, fname) self.pathfile = path.."/"..fname + self.result = {} -- add commands only once if not self.commands then self:addAllCommands()