From 03094da80cc8e501cc33f1f3e37bf8536556b4e9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 22 May 2017 09:55:16 -0300 Subject: [PATCH] detail (extra closing brackets) --- bugs | 5 ++--- 1 file 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 reading memory after a difference is found.]], patch = [[ 2c2 -< ** $Id: bugs,v 1.152 2017/05/05 15:55:36 roberto Exp roberto $ +< ** $Id: bugs,v 1.153 2017/05/19 12:58:40 roberto Exp roberto $ --- -> ** $Id: bugs,v 1.152 2017/05/05 15:55:36 roberto Exp roberto $ +> ** $Id: bugs,v 1.153 2017/05/19 12:58:40 roberto Exp roberto $ 263c263,264 < for (option = LUA_STRFTIMEOPTIONS; *option != '\0'; option += oplen) { --- @@ -3711,7 +3711,6 @@ A() patch = [[ ]] } -]=] Bug{