mirror of https://github.com/ipxe/ipxe.git
Add missing format qualifier
parent
82a3e80645
commit
be6ada2b7b
|
@ -116,7 +116,7 @@ int check_region ( void *region, size_t len ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
if ( in_corruption != 0 ) {
|
if ( in_corruption != 0 ) {
|
||||||
printf ( "to offset %#x (end of region)\n", len-1 );
|
printf ( "to offset %#zx (end of region)\n", len-1 );
|
||||||
}
|
}
|
||||||
return corrupted;
|
return corrupted;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue