Use %j to match intmax_t.
This commit is contained in:
parent
c9914f098f
commit
a920522660
@ -321,7 +321,7 @@ g_map_parse_part(struct g_class *mp, struct g_provider *pp,
|
||||
}
|
||||
|
||||
if (bootverbose) {
|
||||
printf("MAP: %lxx%lx, data=%lxx%lx "
|
||||
printf("MAP: %jxx%jx, data=%jxx%jx "
|
||||
"\"/dev/map/%s\"\n",
|
||||
(intmax_t)start, (intmax_t)size, (intmax_t)offset,
|
||||
(intmax_t)dsize, name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user