summaryrefslogtreecommitdiffstats
path: root/src/core/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/debug.c')
-rw-r--r--src/core/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/debug.c b/src/core/debug.c
index d72b3df36..098304204 100644
--- a/src/core/debug.c
+++ b/src/core/debug.c
@@ -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;
}