commit | e1e8a65167bce4d3c9ceda881b636701497283c9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Feb 03 22:21:51 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 05 20:20:01 2022 +0100 |
tree | d4e720850943dbfea802254516479c8aef60fa63 | |
parent | f7bb8ee8eaa39f87be17e0c64fbbd3e6b2a2b7e8 [diff] |
efi_loader: use %zu not %zd to print efi_uintn_t efi_uintnt_t is an unsigned type. We should avoid showing negative numbers. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>