aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/file-file.c')
-rw-r--r--epan/dissectors/file-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-file.c b/epan/dissectors/file-file.c
index c13101a2d8..774661b0a1 100644
--- a/epan/dissectors/file-file.c
+++ b/epan/dissectors/file-file.c
@@ -141,7 +141,7 @@ dissect_file_record(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree,
if (show_file_off) {
proto_tree_add_int64_format_value(fh_tree, hf_frame_file_off, tvb,
0, 0, pinfo->fd->file_off,
- "%" G_GINT64_MODIFIER "d (0x%" G_GINT64_MODIFIER "x)",
+ "%" PRId64 " (0x%" PRIx64 ")",
pinfo->fd->file_off, pinfo->fd->file_off);
}
#endif