mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Fix formatting warning.
MFC after: 1 week
This commit is contained in:
parent
6d65b3be10
commit
0689b6d106
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ diskread(void *arg, void *buf, size_t blocks, off_t offset)
|
|||
struct disk *dp;
|
||||
|
||||
dp = (struct disk *)arg;
|
||||
printf("%s: read %d blocks from the offset %jd [+%jd]\n", dp->name,
|
||||
printf("%s: read %lu blocks from the offset %jd [+%jd]\n", dp->name,
|
||||
blocks, offset, dp->offset);
|
||||
if (offset >= dp->mediasize / dp->sectorsize)
|
||||
return (-1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue