author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 13:08:40 +0000 (15:08 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 14 Aug 2016 13:08:40 +0000 (15:08 +0200) | ||
commit | e61b8a91ed7c21e01ff40006837d319eaeef24ab | |
tree | 02d2d96a1e3b4465e15e09d3c7cba626ae59b1d9 | tree | snapshot |
parent | 2001c7291acc74680e008a32de7da0cf35ff981c | commit | diff |
Lua plugin: Terminate array with sentinel
From the API docs:
Any array of luaL_Reg must end with a sentinel entry in which both name
and func are NULL.
From the API docs:
Any array of luaL_Reg must end with a sentinel entry in which both name
and func are NULL.
src/lua.c | diff | blob | history |