From 43a2cd33ee4a0f70f39f017ec6262faf3e675a12 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 23 Dec 2013 19:24:20 +0000 Subject: Fix Windows Buildbot packet-ubertooth.c(680) : warning C4244: '=' : conversion from 'gint16' to 'guint8', possible loss of data svn path=/trunk/; revision=54408 --- epan/dissectors/packet-ubertooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ubertooth.c') diff --git a/epan/dissectors/packet-ubertooth.c b/epan/dissectors/packet-ubertooth.c index 261dc13473..1d1d732e09 100644 --- a/epan/dissectors/packet-ubertooth.c +++ b/epan/dissectors/packet-ubertooth.c @@ -383,7 +383,7 @@ dissect_ubertooth(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *dat gint offset = 0; usb_conv_info_t *usb_conv_info = (usb_conv_info_t *)data; gint p2p_dir_save; - gint16 command = -1; + guint8 command; command_data_t *command_data = NULL; wmem_tree_t *wmem_tree; wmem_tree_key_t key[5]; -- cgit v1.2.3