elua: eolian binding fix

This commit is contained in:
Daniel Kolesa 2014-08-20 11:08:18 +01:00
parent 44ffdf340c
commit c85a805d91
1 changed files with 1 additions and 0 deletions

View File

@ -486,6 +486,7 @@ M.Type = ffi.metatype("Eolian_Type", {
local v = eolian.eolian_type_free_func_get(self)
if v == nil then return nil end
return ffi.string(v)
end,
}
})