From 5e607c75319f17acd1c7cfdf3db0e46128a1da30 Mon Sep 17 00:00:00 2001 From: seoz Date: Thu, 12 Jul 2012 23:09:40 +0000 Subject: [PATCH] terminology termio.c: Warn--. Compare with the same type. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@73780 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/termio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index e217960..9962046 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -876,7 +876,7 @@ _getsel_cb(void *data, Evas_Object *obj __UNUSED__, Elm_Selection_Data *ev) if (ev->len > 0) { char *tmp, *s; - int i; + size_t i; // apparently we have to convert \n into \r in terminal land. tmp = malloc(ev->len); -- 2.7.4