X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Fcramfs.c;h=b6460da5df9f0c1a08c01b44c94a11ce75db0b50;hp=ed54dfd352d3eb97d4494249e9a0515dbd2f8325;hb=ec2dd02e2a2748134f9c8347e12b802b42dea6b5;hpb=55e9959b155cefc5146f7a3d1ea73e74da91f303 diff --git a/extras/volume_id/lib/cramfs.c b/extras/volume_id/lib/cramfs.c index ed54dfd35..b6460da5d 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)