aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_801.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ansi_801.c')
-rw-r--r--epan/dissectors/packet-ansi_801.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ansi_801.c b/epan/dissectors/packet-ansi_801.c
index dac6e2a760..0e26d06e3a 100644
--- a/epan/dissectors/packet-ansi_801.c
+++ b/epan/dissectors/packet-ansi_801.c
@@ -1103,7 +1103,7 @@ pr_loc_response(tvbuff_t *tvb, proto_tree *tree, guint len, guint32 offset)
temp_int |= ((value & bit_mask) >> (16 - (18 - bit_offset)));
proto_tree_add_text(tree, tvb, offset-1, 1,
- "%s : CLOCK_DRIFT: (MSB) (%llu)",
+ "%s : CLOCK_DRIFT: (MSB) (%" G_GINT64_MODIFIER "u)",
bigbuf,
temp_int);