mirror of
https://github.com/vxcontrol/lualibs-expat.git
synced 2026-07-01 05:35:47 -04:00
bug fix in error formatting
This commit is contained in:
@@ -167,7 +167,7 @@ local function parse(t, callbacks)
|
||||
return
|
||||
end
|
||||
end
|
||||
error('unspecified data source: '..table.concat(glue.keys(parse), ', ')..' expected')
|
||||
error('unspecified data source: '..table.concat(glue.keys(parser), ', ')..' expected')
|
||||
end
|
||||
|
||||
local function maketree_callbacks(known_tags)
|
||||
|
||||
Reference in New Issue
Block a user