webmcp

view framework/env/convert/_from_human_to_integer.lua @ 445:8145293e3f4a

Do not use luaL_addchar unless Lua string buffer is on top of stack (possible segmentation fault)
author jbe
date Mon May 16 15:41:58 2016 +0200 (2016-05-16)
parents 9fdfb27f8e67
children
line source
1 function convert._from_human_to_integer(str)
2 return atom.integer:load(str)
3 end

Impressum / About Us