util/nvmutil: fix another printf specifier

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 19:17:01 +00:00
parent efdf110317
commit 72caa5f892
+1 -1
View File
@@ -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);
}