commit | 4ef449c15a4055d92632cb7e72267f525a7e2fca | [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 | 66c3906e4c32d675eb06bd081de8a3359f76b84c [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