On Tuesday, January 15, 2013 20:17:19 Antonio Quartulli wrote:
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
- v2:
- commit message reworded
translation-table.c | 4 ++-- unicast.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Applied in revision a365cf4.
Thanks, Marek