Fix bvprintf() to respect padding for hex printing.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 19 Jun 2010 16:05:57 +0000 (12:05 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 19 Jun 2010 16:05:57 +0000 (12:05 -0400)
commit1d7d89302949d608cc42604fc24fa542f4bf30f1
tree27cf328a46619689d93d8c4b7d26c5ce7ca06613
parente23042606f938a9e344252983cf8e05e7528a126
Fix bvprintf() to respect padding for hex printing.

Fix bvprintf to respect space padding when printing hex numbers
and the caller specifies alignment without zero padding, eg. %2x
as opposed to %02x

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
src/output.c