summaryrefslogtreecommitdiffstats
path: root/src/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/readelf.c')
-rw-r--r--src/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readelf.c b/src/readelf.c
index 8a968815..4e35b612 100644
--- a/src/readelf.c
+++ b/src/readelf.c
@@ -6258,7 +6258,7 @@ attr_callback (Dwarf_Attribute *attrp, void *arg)
num, dwarf_errmsg (-1));
}
else
- error (0, 0, gettext ("no srcfiles for CU [%zx]"),
+ error (0, 0, gettext ("no srcfiles for CU [%" PRIx64 "]"),
dwarf_dieoffset (&cudie));
}
else