From 98a812eea0759d9e15048d5afe726c751c931e5b Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 12 Jul 2012 23:09:40 +0000 Subject: [PATCH] terminology termio.c: Warn--. Compare with the same type. SVN revision: 73780 --- 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 e2179600..99620461 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);