diff options
Diffstat (limited to '')
| -rw-r--r-- | bugs | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -2964,8 +2964,10 @@ patch = [[ | |||
| 2964 | + return sizeof(lua_State) + sizeof(TValue) * th->stacksize + | 2964 | + return sizeof(lua_State) + sizeof(TValue) * th->stacksize + |
| 2965 | + sizeof(CallInfo) * n; | 2965 | + sizeof(CallInfo) * n; |
| 2966 | } | 2966 | } |
| 2967 | ]] | ||
| 2967 | } | 2968 | } |
| 2968 | 2969 | ||
| 2970 | -- [[]] | ||
| 2969 | Bug{ | 2971 | Bug{ |
| 2970 | what = [[Wrong assert when reporting concatenation errors | 2972 | what = [[Wrong assert when reporting concatenation errors |
| 2971 | (manifests only when Lua is compiled in debug mode)]], | 2973 | (manifests only when Lua is compiled in debug mode)]], |
