From afbf5c5dab0b761f8f7344882dd7affd60dc7035 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 18 Jun 2015 11:05:28 -0300 Subject: [PATCH] missing ']]' in long string --- bugs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bugs b/bugs index a11a5550..81b9de95 100644 --- 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)]],