aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs2
1 files changed, 2 insertions, 0 deletions
diff --git a/bugs b/bugs
index a11a5550..81b9de95 100644
--- a/bugs
+++ b/bugs
@@ -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-- [[]]
2969Bug{ 2971Bug{
2970what = [[Wrong assert when reporting concatenation errors 2972what = [[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)]],