From db6c60af013661da85f53845d38ca51c80d44413 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 23 Mar 2012 16:20:42 +0100 Subject: uniso: fix compile warning on x86_64 --- uniso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3