From ffccbfd9d3667252f501e7e3376965cf1f3c146a Mon Sep 17 00:00:00 2001
From: kristof <Kristof.Szabados@ericsson.com>
Date: Sat, 18 Feb 2017 11:20:28 +0100
Subject: [PATCH] this should be size_t

Signed-off-by: kristof <Kristof.Szabados@ericsson.com>
---
 compiler2/ttcn3/Ttcnstuff.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler2/ttcn3/Ttcnstuff.cc b/compiler2/ttcn3/Ttcnstuff.cc
index 6be807e40..e88dca863 100644
--- a/compiler2/ttcn3/Ttcnstuff.cc
+++ b/compiler2/ttcn3/Ttcnstuff.cc
@@ -2068,7 +2068,7 @@ namespace Ttcn {
       return;
     }
 
-    int ABCLength = strlen(ABCClass);
+    size_t ABCLength = strlen(ABCClass);
     if (ABCLength < 3 || ABCLength > 5) {
       // incorrect ABC number
       type_ = NONE;
-- 
GitLab