mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
missing ']]' in long string
This commit is contained in:
parent
a1415c0d72
commit
afbf5c5dab
1 changed files with 2 additions and 0 deletions
2
bugs
2
bugs
|
|
@ -2964,8 +2964,10 @@ patch = [[
|
|||
+ return sizeof(lua_State) + sizeof(TValue) * th->stacksize +
|
||||
+ sizeof(CallInfo) * n;
|
||||
}
|
||||
]]
|
||||
}
|
||||
|
||||
-- [[]]
|
||||
Bug{
|
||||
what = [[Wrong assert when reporting concatenation errors
|
||||
(manifests only when Lua is compiled in debug mode)]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue