summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/cramfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/volume_id/lib/cramfs.c')
-rw-r--r--extras/volume_id/lib/cramfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/cramfs.c b/extras/volume_id/lib/cramfs.c
index ed54dfd352..b6460da5df 100644
--- a/extras/volume_id/lib/cramfs.c
+++ b/extras/volume_id/lib/cramfs.c
@@ -50,7 +50,7 @@ int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size)
{
struct cramfs_super *cs;
- info("probing at offset 0x%llx\n", (unsigned long long) off);
+ info("probing at offset 0x%" PRIx64 "\n", off);
cs = (struct cramfs_super *) volume_id_get_buffer(id, off, 0x200);
if (cs == NULL)