]> git.draconx.ca Git - liblbx.git/commit
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)
commit9bc1032f0879cf57b478adad15a3d1a6c2e34a70
tree8aaba2b6d29baaa5563b4a2d9b3112b8c1ff056f
parent4ec9360786d0bb19cffc76818c1a4c33043f68e1
lbximg: Fix printf format string in identify mode.

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.
src/lbximg.c