diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-06 19:17:01 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-06 19:17:01 +0000 |
| commit | 72caa5f8920604e9af8cebf5d786a1ee880e7b51 (patch) | |
| tree | 1cb242e14a45c167a4de8d9bacd36cd953dcdc52 /util/nvmutil/nvmutil.c | |
| parent | efdf1103178baf8577cbc57f4bcbcb2e63bc135c (diff) | |
util/nvmutil: fix another printf specifier
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 5b8db596..f6fd591d 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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); } |
