mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: fix another printf specifier
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -767,7 +767,7 @@ write_gbe_part(size_t p)
|
||||
GBE_PART_SIZE, fname, p);
|
||||
|
||||
if (rval != GBE_PART_SIZE)
|
||||
err(ECANCELED, "CORRUPTED WRITE (%zu b) to file '%s' p%zu",
|
||||
err(ECANCELED, "CORRUPTED WRITE (%zd b) to file '%s' p%zu",
|
||||
rval, fname, p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user