commit | fe3ae7347e370c34ca58d1fc408fb9e6a8770b4e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 07 23:39:15 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 25 15:00:24 2018 +0200 |
tree | 228a21dbee626174c66c176ba69e19627771d173 | |
parent | 37035b19b678aaed4e25a09b1e34fa2d37ec5cf9 [diff] |
efi_selftest: support printing leading zeroes Allow specifying the precision when printing integers, e.g. efi_st_printf("%.4u-%.2u-%.2u\n", year, month, day); Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>