diff --git a/share/lua/intf/modules/common.lua b/share/lua/intf/modules/common.lua index ea1d43bd77..7f2956ccf7 100644 --- a/share/lua/intf/modules/common.lua +++ b/share/lua/intf/modules/common.lua @@ -150,7 +150,7 @@ function seek(value) if string.sub(value,-1) == "%" then local number = us_tonumber(string.sub(value,1,-2)) if number ~= nil then - local posPercent = number/100. + local posPercent = number/100 if string.sub(value,1,1) == "+" or string.sub(value,1,1) == "-" then vlc.var.set(input,"position",vlc.var.get(input,"position") + posPercent) else