webmcp

diff framework/env/execute/chunk.lua @ 64:3d43a5cf17c1

Compatibility with Lua 5.2
author jbe
date Sun Apr 15 16:04:33 2012 +0200 (2012-04-15)
parents 209a686464a1
children 48ee8826efbe
line diff
     1.1 --- a/framework/env/execute/chunk.lua	Tue Apr 03 00:56:02 2012 +0200
     1.2 +++ b/framework/env/execute/chunk.lua	Sun Apr 15 16:04:33 2012 +0200
     1.3 @@ -44,5 +44,5 @@
     1.4      param.restore()
     1.5    end
     1.6  
     1.7 -  return unpack(result)
     1.8 +  return table.unpack(result)
     1.9  end

Impressum / About Us