Skip to content

Commit

Permalink
Add missing format qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Dec 6, 2007
1 parent 82a3e80 commit be6ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/debug.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit be6ada2

Please sign in to comment.