billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=a3a8e370eedb1d495679bab5ba42b619d76d3a1c

commit a3a8e370eedb1d495679bab5ba42b619d76d3a1c
Author: Boris Faure <[email protected]>
Date:   Sat Feb 7 12:03:44 2015 +0100

    fix signedness comparison issue
---
 src/bin/tyls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/tyls.c b/src/bin/tyls.c
index 963827a..843cbfd 100644
--- a/src/bin/tyls.c
+++ b/src/bin/tyls.c
@@ -793,7 +793,7 @@ main(int argc, char **argv)
              char *path;
              char *cmp[] = {"-c", "-m", "-l"};
              int modes[] = {SMALL, MEDIUM, LARGE};
-             int j;
+             unsigned int j;
 
              for (j = 0; j < COUNT_OF(cmp) ; j++)
                {

-- 


Reply via email to