mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
initialize fileinfo.commands to nil
This commit is contained in:
@@ -14,7 +14,7 @@ FileInfo = {
|
||||
-- state buffer
|
||||
pagedirty = true,
|
||||
result = {},
|
||||
commands = {},
|
||||
commands = nil,
|
||||
items = 0,
|
||||
pathfile = "",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user