commit | 9f9ff08d26b2f6ecea7900a9c9543c627cd95e56 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Mon Aug 27 09:35:54 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Oct 29 09:42:47 2012 +0100 |
tree | cac0705d0e8b2fcd578c5b18a7dd1f17a654457f | |
parent | b8fcfa42e4ec5d55d4cccd5c728415e8bca0539d [diff] |
batman-adv: properly convert flag into a boolean value In order to properly convert a bitwise AND to a boolean value, the whole expression must be prepended by "!!". Signed-off-by: Antonio Quartulli <ordex@autistici.org>