From 4bb22c1241ae5d45be556d666411a0673af52da9 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Thu, 30 Apr 2009 15:29:56 +0200 Subject: [PATCH] fix missing variable declaration Signed-off-by: Gordon Hecker --- generic/e2lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/e2lib.lua b/generic/e2lib.lua index 9d0bc92..cdefb9c 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -1628,7 +1628,7 @@ function e2lib.parentdirs(path) local stop = false while true do local px - p = path:find("/", i) + local p = path:find("/", i) if not p then p = #path stop = true -- 2.39.5