Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib
[obnox/wireshark/wip.git] / epan / dissectors / packet-scsi.c
index 4e1e9c04f1612bc7117c41f4536e46894470d7b0..77313f0a53d667f4da2e2671b955401b73b24156 100644 (file)
@@ -2407,7 +2407,7 @@ dissect_scsi_blockdescs (tvbuff_t *tvb, packet_info *pinfo _U_,
         if (longlba) {
             if(tvb_length_remaining(tvb, offset)<8)
                 return;
-            proto_tree_add_text (scsi_tree, tvb, offset, 8, "No. of Blocks: %" PRIu64,
+            proto_tree_add_text (scsi_tree, tvb, offset, 8, "No. of Blocks: %" G_GINT64_MODIFIER "u",
                                  tvb_get_ntoh64 (tvb, offset));
             offset += 8;