mirror of
https://github.com/lua/lua.git
synced 2026-06-09 16:43:47 +00:00
6e285e539274920830eeec5cd2dde5eeca5863e4
In 'str__dump', the call to 'lua_dump' assumes the function is on the top of the stack, but the manual allows 'luaL_buffinit' to push stuff on the stack (although the current implementation does not). So, the call to 'luaL_buffinit' must come after the call to 'lua_dump'.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%