From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 2 Sep 2012 16:44:30 +0800 References: <1346052954-22147-1-git-send-email-ordex@autistici.org> In-Reply-To: <1346052954-22147-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201209021644.30538.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: properly convert flag into a boolean value Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org On Monday, August 27, 2012 15:35:54 Antonio Quartulli wrote: > In order to properly convert a bitwise AND to a boolean value, the whole > expression must be prepended by "!!". > > Signed-off-by: Antonio Quartulli > --- > translation-table.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied in revision ccf0eec. Thanks, Marek