From b65147173d805883b493a2c3ae8497a7f4352c58 Mon Sep 17 00:00:00 2001 From: stig Date: Fri, 5 Nov 2010 08:04:24 +0000 Subject: Fixed a printf modifier to remove a warning from clang. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34784 f5534014-38df-0310-8fa8-9805f1628bb7 --- plugins/gryphon/packet-gryphon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/gryphon/packet-gryphon.c b/plugins/gryphon/packet-gryphon.c index c1ca99cf99..28e0a75326 100644 --- a/plugins/gryphon/packet-gryphon.c +++ b/plugins/gryphon/packet-gryphon.c @@ -1594,7 +1594,7 @@ cmd_modresp(tvbuff_t *tvb, int offset, proto_tree *pt) proto_tree_add_text(pt, tvb, offset, 1, "Response handle: %u", resp_handle); else if (dest) - proto_tree_add_text(pt, tvb, offset, 1, "Response handles: all on channel %hd", dest); + proto_tree_add_text(pt, tvb, offset, 1, "Response handles: all on channel %hhd", dest); else proto_tree_add_text(pt, tvb, offset, 1, "Response handles: all"); action = tvb_get_guint8(tvb, offset+1); -- cgit v1.2.3