Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
[obnox/wireshark/wip.git] / epan / dissectors / packet-ieee80211.c
index 6f405191b9ff46b87eeb1f91e8b5fcdbeeb34f01..8d5279b95b8c3b81ecad54bd954b10ab6a375e05 100644 (file)
@@ -4712,7 +4712,7 @@ add_tagged_field (packet_info * pinfo, proto_tree * tree, tvbuff_t * tvb, int of
 
             offset++;
             start_time = tvb_get_letoh64 (tvb, offset);
-            proto_tree_add_uint64_format(sub_tree, hf_tag_measure_report_start_time, tvb, offset, 8, start_time, "Measurement Start Time: 0x%016" PRIx64, start_time);
+            proto_tree_add_uint64_format(sub_tree, hf_tag_measure_report_start_time, tvb, offset, 8, start_time, "Measurement Start Time: 0x%016" G_GINT64_MODIFIER "x", start_time);
 
             offset += 8;
             duration = tvb_get_letohs (tvb, offset);