diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-23 16:20:42 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-23 16:20:42 +0100 |
commit | db6c60af013661da85f53845d38ca51c80d44413 (patch) | |
tree | 48e958f3bfabadfb70059d07a0dbfeb6018a43e1 /uniso.c | |
parent | e2c6c45b65f91ce844975b2577f628d747a0416c (diff) | |
download | alpine-conf-db6c60af013661da85f53845d38ca51c80d44413.zip |
uniso: fix compile warning on x86_64
Diffstat (limited to 'uniso.c')
-rw-r--r-- | uniso.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |