chiark / gitweb /
volume_id: support for GFS2 UUIDs
[elogind.git] / extras / volume_id / lib / udf.c
index bf0833df802d74350797cc9c4a69ae5a1e42bb9b..aed0d76b52ed073d9770ca28fa44766145a4fe27 100644 (file)
@@ -77,7 +77,7 @@ int volume_id_probe_udf(struct volume_id *id, uint64_t off, uint64_t size)
        unsigned int loc;
        unsigned int clen;
 
-       info("probing at offset 0x%llx\n", (unsigned long long) off);
+       info("probing at offset 0x%" PRIx64 "\n", off);
 
        vsd = (struct volume_structure_descriptor *) volume_id_get_buffer(id, off + UDF_VSD_OFFSET, 0x200);
        if (vsd == NULL)