From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 14 Jan 2013 11:40:17 +0800 References: <1358130088-22650-1-git-send-email-ordex@autistici.org> In-Reply-To: <1358130088-22650-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: <201301141140.17187.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: don't use !! in bool conversion 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: The list for a Better Approach To Mobile Ad-hoc Networking On Monday, January 14, 2013 10:21:28 Antonio Quartulli wrote: > when converting an integer value to bool, whatever the length of the value > is, "!!" because of the standard Bool conversion definition first of all, there is a verb missing somewhere. This sentence does not compile. Secondly, it fails to explain *why* you are making that change. Cheers, Marek