commit | 93d74f566c241c96f87c24592c829b9aa5909653 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 22 11:32:36 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Nov 22 11:54:30 2022 +0100 |
tree | e4e35a38108c931bda54e23af990b286aa3d139b | |
parent | 5e19eae8f2c108826865c69d2f63c7b68fddd82b [diff] |
efi_selftest: unsigned char parameter for efi_st_strcmp_16_8() Use unsigned char for the parameter of efi_st_strcmp_16_8. This allows comparing characters 0x80 - 0xff. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>