mkeficapsule: Correct printf() strings
authorSimon Glass <sjg@chromium.org>
Sun, 7 Feb 2021 21:27:01 +0000 (14:27 -0700)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 16 Mar 2021 08:37:04 +0000 (09:37 +0100)
commitad09004ac472dedeb6e72f703035e76efa9810ca
tree178d4cc12e594e5592377c776d6e0ab789b3bfbf
parentfbc6ceae6f0d97672d11bef8df406ea31c49c0fe
mkeficapsule: Correct printf() strings

Use %z when printing size_t values. This avoids errors on 32-bit
machines.

Signed-off-by: Simon Glass <sjg@chromium.org>
Use a conversion to size_t for printing stat.st_size.
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
tools/mkeficapsule.c