terminology termio.c: Warn--. Compare with the same type.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jul 2012 23:09:40 +0000 (23:09 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jul 2012 23:09:40 +0000 (23:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@73780 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/termio.c

index e217960..9962046 100644 (file)
@@ -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);