commit | 3aa6e39e01aacd9122113c7ff7ccdd1a52a620f3 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jul 26 11:17:24 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 26 11:43:30 2018 -0400 |
tree | d552817281c8755216348b7a1d2a6331e362d2e4 | |
parent | 01db93c697a4e40620f44f80049416211290b1c2 [diff] |
cmd/ubi.c: Fix format warning On 64bit platforms we would otherwise see: ../cmd/ubi.c: In function 'ubi_volume_read': ../cmd/ubi.c:359:16: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] Fixes: 68c7025d99db ("cmd: ubi: print load size after establishing volume size") Signed-off-by: Tom Rini <trini@konsulko.com>