git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d12507
)
batman-adv: print OGM seq numbers as unsigned int
author
Antonio Quartulli
<ordex@autistici.org>
Sun, 26 Feb 2012 14:39:41 +0000
(15:39 +0100)
committer
Antonio 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