Skip to content

Lua-convert: ensure large enough stack

Ghost User requested to merge stacksize into master

Make sure the stack is large enough when pushing multiple values to the lua stack. Not that it would crash now, but as the code is generic, there might be problems, in theory.

This is for #6 (closed).

Merge request reports