aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtmpt.c')
-rw-r--r--epan/dissectors/packet-rtmpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rtmpt.c b/epan/dissectors/packet-rtmpt.c
index 33abfbf0fb..4b530f6c13 100644
--- a/epan/dissectors/packet-rtmpt.c
+++ b/epan/dissectors/packet-rtmpt.c
@@ -1097,9 +1097,9 @@ dissect_amf0_value_type(tvbuff_t *tvb, gint offset, proto_tree *tree, gboolean *
iInteger64Value = tvb_get_ntoh64(tvb, iValueOffset);
proto_tree_add_int64(val_tree, hf_amf_int64, tvb, iValueOffset, 8, iInteger64Value);
iValueOffset += 8;
- proto_item_append_text(ti," %" G_GINT64_MODIFIER "d", iInteger64Value);
+ proto_item_append_text(ti," %" PRId64, iInteger64Value);
if (parent_ti != NULL)
- proto_item_append_text(parent_ti," %" G_GINT64_MODIFIER "d", iInteger64Value);
+ proto_item_append_text(parent_ti," %" PRId64, iInteger64Value);
break;
default:
/*