]> git.draconx.ca Git - liblbx.git/commitdiff
lbximg: Fix printf format string in identify mode.
authorNick Bowler <nbowler@draconx.ca>
Fri, 14 Jun 2013 01:23:52 +0000 (21:23 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 14 Jun 2013 20:35:09 +0000 (16:35 -0400)
One of the flag strings would never be printed because there was
simply not enough conversion specifiers in this format string.  Fix
that up, and also adjust the length modifiers to match the actual
passed integer types.


No differences found