initialize fileinfo.commands to nil

This commit is contained in:
Qingping Hou
2012-09-09 08:08:48 +08:00
parent aa93a8f078
commit 6a1de042f4

View File

@@ -14,7 +14,7 @@ FileInfo = {
-- state buffer
pagedirty = true,
result = {},
commands = {},
commands = nil,
items = 0,
pathfile = "",
}