commit | 1d7d89302949d608cc42604fc24fa542f4bf30f1 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Jun 19 12:05:57 2010 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Jun 19 12:05:57 2010 -0400 |
tree | 27cf328a46619689d93d8c4b7d26c5ce7ca06613 | |
parent | e23042606f938a9e344252983cf8e05e7528a126 [diff] |
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>