david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add missing format qualifier

This commit is contained in:
Michael Brown 2007-12-06 21:38:23 +00:00
parent 82a3e80645
commit be6ada2b7b
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ int check_region ( void *region, size_t len ) {
}
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;
}