X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Fvxfs.c;h=da569495d273b2ec795c30e004f793a5f34a6b5b;hp=06501af26275cdec4307ec7a53d0e12b434f8805;hb=0565a00a4cfdabd325bf2e117620d5f15dd46cda;hpb=55e9959b155cefc5146f7a3d1ea73e74da91f303 diff --git a/extras/volume_id/lib/vxfs.c b/extras/volume_id/lib/vxfs.c index 06501af26..da569495d 100644 --- a/extras/volume_id/lib/vxfs.c +++ b/extras/volume_id/lib/vxfs.c @@ -42,7 +42,7 @@ int volume_id_probe_vxfs(struct volume_id *id, uint64_t off, uint64_t size) { struct vxfs_super *vxs; - info("probing at offset 0x%llx\n", (unsigned long long) off); + info("probing at offset 0x%" PRIx64 "\n", off); vxs = (struct vxfs_super *) volume_id_get_buffer(id, off + 0x200, 0x200); if (vxs == NULL)