batman-adv: print OGM seq numbers as unsigned int
authorAntonio Quartulli <ordex@autistici.org>
Sun, 26 Feb 2012 14:39:41 +0000 (15:39 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 18 Apr 2012 07:54:02 +0000 (09:54 +0200)
OGM sequence numbers are declared as uint32_t and so they have to printed
using %u instead of %d in order to avoid wrong representations.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>

No differences found