aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pgm.c')
-rw-r--r--epan/dissectors/packet-pgm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-pgm.c b/epan/dissectors/packet-pgm.c
index 5581755a37..91c3beed56 100644
--- a/epan/dissectors/packet-pgm.c
+++ b/epan/dissectors/packet-pgm.c
@@ -258,7 +258,7 @@ static const char *
optsstr(guint8 opts)
{
char *msg;
- size_t returned_length, index = 0;
+ gint returned_length, index = 0;
const int MAX_STR_LEN = 256;
if (opts == 0)
@@ -290,7 +290,7 @@ static const char *
paritystr(guint8 parity)
{
char *msg;
- size_t returned_length, index = 0;
+ gint returned_length, index = 0;
const int MAX_STR_LEN = 256;
if (parity == 0)