mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
No need for lulip to be global
This commit is contained in:
@@ -118,7 +118,7 @@ while argidx <= #ARGV do
|
||||
elseif arg == "-d" then
|
||||
Dbg:turnOn()
|
||||
elseif arg == "-p" then
|
||||
lulip = require("ffi/lulip")
|
||||
local lulip = require("ffi/lulip")
|
||||
Profiler = lulip:new()
|
||||
pcall(function()
|
||||
-- set maxrows only if the optional arg is numeric
|
||||
|
||||
Reference in New Issue
Block a user