chiark / gitweb /
vol_id: add missing id->type to swap0
[elogind.git] / extras / volume_id / lib / squashfs.c
index c4d961d31ee5f96c2cba6fc3fa4494329edf3895..6952e5cecaa5809a55f9e319a12fbd640af587ab 100644 (file)
@@ -50,7 +50,7 @@ int volume_id_probe_squashfs(struct volume_id *id, uint64_t off, uint64_t size)
 {
        struct squashfs_super *sqs;
 
-       info("probing at offset 0x%llx\n", (unsigned long long) off);
+       info("probing at offset 0x%" PRIx64 "\n", off);
 
        sqs = (struct squashfs_super *) volume_id_get_buffer(id, off, 0x200);
        if (sqs == NULL)