mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
Add missing format qualifier
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user