GNOME Bugzilla – Bug 622597
[format] Add 'x' format specifier and field width
Last modified: 2010-06-24 13:55:31 UTC
See patch - inspired by bug 622508
Created attachment 164505 [details] [review] [format] Add 'x' format specifier and field width Sometimes it is useful to print numbers in hex format - add the appropriate specifier. Also support a minimum field width to pad the formatted string with spaces (or zeros if the width is prefixed with '0').
Review of attachment 164505 [details] [review]: Looks good.
Attachment 164505 [details] pushed as a84e2e3 - [format] Add 'x' format specifier and field width