aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-05-22 09:55:16 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-05-22 09:55:16 -0300
commit03094da80cc8e501cc33f1f3e37bf8536556b4e9 (patch)
tree9b90d46e589fdbb4ba1290c5bd556ba0d03d89e5
parent01c96ad12e1e45d6a36a07ae8ec97c09fd0ff913 (diff)
downloadlua-03094da80cc8e501cc33f1f3e37bf8536556b4e9.tar.gz
lua-03094da80cc8e501cc33f1f3e37bf8536556b4e9.tar.bz2
lua-03094da80cc8e501cc33f1f3e37bf8536556b4e9.zip
detail (extra closing brackets)
-rw-r--r--bugs5
1 files changed, 2 insertions, 3 deletions
diff --git a/bugs b/bugs
index 9d947cac..24b16bd7 100644
--- a/bugs
+++ b/bugs
@@ -3656,9 +3656,9 @@ It needs an "interceptor" 'memcmp' function that continues
3656reading memory after a difference is found.]], 3656reading memory after a difference is found.]],
3657patch = [[ 3657patch = [[
36582c2 36582c2
3659< ** $Id: bugs,v 1.152 2017/05/05 15:55:36 roberto Exp roberto $ 3659< ** $Id: bugs,v 1.153 2017/05/19 12:58:40 roberto Exp roberto $
3660--- 3660---
3661> ** $Id: bugs,v 1.152 2017/05/05 15:55:36 roberto Exp roberto $ 3661> ** $Id: bugs,v 1.153 2017/05/19 12:58:40 roberto Exp roberto $
3662263c263,264 3662263c263,264
3663< for (option = LUA_STRFTIMEOPTIONS; *option != '\0'; option += oplen) { 3663< for (option = LUA_STRFTIMEOPTIONS; *option != '\0'; option += oplen) {
3664--- 3664---
@@ -3711,7 +3711,6 @@ A()
3711patch = [[ 3711patch = [[
3712]] 3712]]
3713} 3713}
3714]=]
3715 3714
3716 3715
3717Bug{ 3716Bug{