commit afbf5c5dab0b761f8f7344882dd7affd60dc7035
parent a1415c0d72053cf6f6f7e68033fa3b7f999ad960
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Thu, 18 Jun 2015 11:05:03 -0300
missing ']]' in long string
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bugs b/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)]],