X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Fromfs.c;h=1c9a6f24979e3c79d925a1c6db26653d8718be53;hb=387a8271207b4e921258194cf359039babbc33b9;hp=a49d7e2aa3560e41ed7d7bbdd8742bd4cfa1acbf;hpb=55e9959b155cefc5146f7a3d1ea73e74da91f303;p=elogind.git diff --git a/extras/volume_id/lib/romfs.c b/extras/volume_id/lib/romfs.c index a49d7e2aa..1c9a6f249 100644 --- a/extras/volume_id/lib/romfs.c +++ b/extras/volume_id/lib/romfs.c @@ -42,7 +42,7 @@ int volume_id_probe_romfs(struct volume_id *id, uint64_t off, uint64_t size) { struct romfs_super *rfs; - info("probing at offset 0x%llx\n", (unsigned long long) off); + info("probing at offset 0x%" PRIx64 "\n", off); rfs = (struct romfs_super *) volume_id_get_buffer(id, off, 0x200); if (rfs == NULL)