From owner-freebsd-current@FreeBSD.ORG Sat Oct 26 21:06:10 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A078189 for ; Sat, 26 Oct 2013 21:06:10 +0000 (UTC) (envelope-from dt71@gmx.com) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9CA2403 for ; Sat, 26 Oct 2013 21:06:09 +0000 (UTC) Received: from [157.181.98.186] ([157.181.98.186]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MCcE2-1VRtJl3Qqw-009Q5y for ; Sat, 26 Oct 2013 23:06:07 +0200 Message-ID: <526C2E5D.2080008@gmx.com> Date: Sat, 26 Oct 2013 23:04:29 +0200 From: dt71@gmx.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 MIME-Version: 1.0 To: sbruno@freebsd.org, "freebsd-current@freebsd.org" Subject: Re: [PATCH] contrib/groff Queisce -Wdangling else References: <1382799852.32760.2.camel@localhost> In-Reply-To: <1382799852.32760.2.camel@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:imerZKEMXu0LN/kPP63E9qJONf72qJDJmeWXM2ewTdqaZooinjk R+fA1JTR0EjfP/MaRCczZ5kXVMGsGPAFaX14m7JxmdsQrVFf7u1zdpHrBFQFpkmIgQ9UkNW lVH6Ha1kK+jKuSHcb90i5nTsPvAoO2RYagfiDnzI3HDSbaq8ecSK5penfaTJu0Djsk+jXpt ktiu7YC3yBNWEpH+YPllQ== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 21:06:10 -0000 Sean Bruno wrote, On 10/26/2013 17:04: Index: contrib/groff/src/roff/troff/node.cpp =================================================================== --- contrib/groff/src/roff/troff/node.cpp (revision 257159) +++ contrib/groff/src/roff/troff/node.cpp (working copy) @@ -4600,17 +4600,18 @@ } else { hunits rem = x - w*i; - if (rem > H0) + if (rem > H0) { if (n->overlaps_horizontally()) { if (out->is_on()) n->tprint(out); out->right(rem - w); + } else { + out->right(rem); } - else - out->right(rem); while (--i >= 0) if (out->is_on()) n->tprint(out); + } } } > There is no(intended) functional change. RED ALERT ! SEAN BRUNO IS A GOVERNMENT SPY !!!!1