diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-18 17:43:52 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-07-24 15:21:20 +0000 |
commit | fca5de51e1fd2f3c5ddbf5974d785f0f6b2f6c38 (patch) | |
tree | ebfab5ceaa6c8f79b5429533e0508eea8548c533 /BaseTools/Source/Python/Capsule/GenerateCapsule.py | |
parent | c0b7679aac90ab6c757bbc61ac4ccfa293ab14df (diff) | |
download | edk2-fca5de51e1fd2f3c5ddbf5974d785f0f6b2f6c38.tar.gz edk2-fca5de51e1fd2f3c5ddbf5974d785f0f6b2f6c38.tar.bz2 edk2-fca5de51e1fd2f3c5ddbf5974d785f0f6b2f6c38.zip |
BaseTools/VolInfo: Correct EFI_SECTION_VERSION display
- Correct typo in print statement,
- "BuildNumber" field is UINT16, therefore it needs "0x%04X" format
modifier,
- "VersionString" field is CHAR16, therefore the input data should be
processed to be displayed with "%s" printf modifier.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Capsule/GenerateCapsule.py')
0 files changed, 0 insertions, 0 deletions