Fix a reference to an unset global 'unpack'

This commit is contained in:
dmiller 2016-06-18 17:29:42 +00:00
parent a2ed5c4a30
commit ce1daa8135

View file

@ -201,7 +201,7 @@ parser = {
-- Cache references for maximum speed
local find, sub, gsub, char, push, pop, concat = string.find, string.sub, string.gsub, string.char, table.insert, table.remove, table.concat
local first, last, match1, match2, match3, pos2, nsURI
local unpack = unpack or table.unpack
local unpack = table.unpack
local pos = 1
local state = "text"
local textStart = 1