diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-05-22 09:55:16 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-05-22 09:55:16 -0300 |
commit | 03094da80cc8e501cc33f1f3e37bf8536556b4e9 (patch) | |
tree | 9b90d46e589fdbb4ba1290c5bd556ba0d03d89e5 | |
parent | 01c96ad12e1e45d6a36a07ae8ec97c09fd0ff913 (diff) | |
download | lua-03094da80cc8e501cc33f1f3e37bf8536556b4e9.tar.gz lua-03094da80cc8e501cc33f1f3e37bf8536556b4e9.tar.bz2 lua-03094da80cc8e501cc33f1f3e37bf8536556b4e9.zip |
detail (extra closing brackets)
-rw-r--r-- | bugs | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3656,9 +3656,9 @@ It needs an "interceptor" 'memcmp' function that continues | |||
3656 | reading memory after a difference is found.]], | 3656 | reading memory after a difference is found.]], |
3657 | patch = [[ | 3657 | patch = [[ |
3658 | 2c2 | 3658 | 2c2 |
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 $ |
3662 | 263c263,264 | 3662 | 263c263,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() | |||
3711 | patch = [[ | 3711 | patch = [[ |
3712 | ]] | 3712 | ]] |
3713 | } | 3713 | } |
3714 | ]=] | ||
3715 | 3714 | ||
3716 | 3715 | ||
3717 | Bug{ | 3716 | Bug{ |