Add support for field width argument to %x (eg, %08x).
authorKevin O'Connor <kevin@koconnor.net>
Wed, 6 May 2009 02:52:09 +0000 (22:52 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 6 May 2009 02:52:09 +0000 (22:52 -0400)
commit91b53a742464edc4d43c3e4cfd72b7d484423158
tree545ea717cf3bd2148543ba2e4780eb9913063a8b
parentb30c40026215dc07bfb37765477c7ada1a8df854
Add support for field width argument to %x (eg, %08x).

Patch from Stefan Reinauer; modified by Kevin O'Connor.
src/boot.c
src/memmap.c
src/optionroms.c
src/output.c