commit | 9b384b3e2c97da13c9356312c5c956b516d5b99f | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Fri Nov 12 12:59:09 2021 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Nov 12 13:02:02 2021 +0000 |
tree | 2176da7a5cbb4fab6d2e5aaf895860412a1b39f8 | |
parent | a140345af5ed5717a9ad4a670e9220737c74f3d1 [diff] |
fix: use correct printf format for uint64_t sha 4ce3e99a3 introduced printf format specifiers for fixed width types, which uses PRI*64 instead of "ll" for 64 bit values. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: Ic6811cc1788c698adde0807e5f8ab5290a900a26