summaryrefslogtreecommitdiffstats
path: root/uniso.c
diff options
context:
space:
mode:
Diffstat (limited to 'uniso.c')
-rw-r--r--uniso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uniso.c b/uniso.c
index 7606b0c..bc335ea 100644
--- a/uniso.c
+++ b/uniso.c
@@ -340,7 +340,7 @@ static int queue_reader(
if (offset < ctx->pos) {
fprintf(stderr, "ERROR: non-linear reads are not supported "
- "(asked %x, we are at %x)\n",
+ "(asked %zx, we are at %zx)\n",
offset, ctx->last_queued_read);
return -1;
}