Turn length variables that don't need to be size_t into guint.

svn path=/trunk/; revision=27950
This commit is contained in:
Guy Harris 2009-04-03 18:59:01 +00:00
parent dd54a0cbbd
commit 03af06a63f
1 changed files with 2 additions and 2 deletions

View File

@ -969,7 +969,7 @@ static gint dissect_PHASORS(tvbuff_t *tvb, proto_tree *tree, config_block *block
{
proto_item *temp_item = NULL;
proto_tree *phasor_tree = NULL;
size_t length;
guint length;
gint j,
cnt = block->phasors->len; /* number of phasors to dissect */
@ -1048,7 +1048,7 @@ static gint dissect_ANALOG(tvbuff_t *tvb, proto_tree *tree, config_block *block,
{
proto_tree *analog_tree = NULL;
proto_item *temp_item = NULL;
size_t length;
guint length;
gint j,
cnt = block->analogs->len; /* number of analog values to dissect */