remove MSVC compiler warning

svn path=/trunk/; revision=12221
This commit is contained in:
Ulf Lamping 2004-10-06 17:08:25 +00:00
parent 9fd6789da8
commit 871ada80d8

View file

@ -609,7 +609,7 @@ static void dissect_ice_params(proto_tree *tree, tvbuff_t *tvb,
/* check if I got all encapsulated data */
tvb_data_remained = tvb_reported_length_remaining(tvb, offset);
if ( tvb_data_remained < ( size - ICEP_MIN_PARAMS_SIZE ) ) {
if ( ((gint32) tvb_data_remained) < ( size - ICEP_MIN_PARAMS_SIZE ) ) {
if (tree)
proto_tree_add_text(tree, tvb, offset, -1,