batman-adv: don't use !! in bool conversion
authorAntonio Quartulli <ordex@autistici.org>
Tue, 15 Jan 2013 12:17:19 +0000 (22:17 +1000)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 13 Mar 2013 21:53:48 +0000 (22:53 +0100)
In C standard any expression different from 0 will be converted to
'true' when casting to bool (whatever is the length of the value).
Therefore all the "!!" conversions can be removed.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>

No differences found