aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-srvloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-srvloc.c b/epan/dissectors/packet-srvloc.c
index 63c694a639..c4dee7ee27 100644
--- a/epan/dissectors/packet-srvloc.c
+++ b/epan/dissectors/packet-srvloc.c
@@ -430,7 +430,7 @@ static guint8*
unicode_to_bytes(tvbuff_t *tvb, int offset, int length, gboolean endianness)
{
const char *ascii_text = tvb_get_ptr(tvb, offset, length);
- guint8 i, j=0;
+ int i, j=0;
guint8 c_char, c_char1;
static guint8 byte_array[255];