Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: print OGM seq numbers as unsigned long
From: Marek Lindner <hidden>
Date: 2012-02-27 11:02:27
From: Marek Lindner <hidden>
Date: 2012-02-27 11:02:27
On Sunday, February 26, 2012 22:39:41 Antonio Quartulli wrote:
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.
Applied in revision 14b1316. Thanks, Marek