batman-adv: Reduce usage of char
authorSven Eckelmann <sven@narfation.org>
Wed, 15 Jun 2011 07:41:37 +0000 (09:41 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 20 Jun 2011 09:37:18 +0000 (11:37 +0200)
char was used in different places to store information without really
using the characteristics of that data type or by ignoring the fact that
char has not a well defined signedness.

Signed-off-by: Sven Eckelmann <sven@narfation.org>

No differences found