From c97c72b493d7b450005f4054b15679e312c89caa Mon Sep 17 00:00:00 2001 From: Antonio Quartulli Date: Sun, 26 Feb 2012 15:39:41 +0100 Subject: [PATCH] batman-adv: print OGM seq numbers as unsigned int 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 --- Reading git-format-patch failed