From: seoz Date: Thu, 12 Jul 2012 23:09:40 +0000 (+0000) Subject: terminology termio.c: Warn--. Compare with the same type. X-Git-Tag: upstream/0.1~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e607c75319f17acd1c7cfdf3db0e46128a1da30;p=platform%2Fupstream%2Fterminology.git 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 --- 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);