terminology termio.c: Warn--. Compare with the same type.

SVN revision: 73780
This commit is contained in:
Daniel Juyung Seo 2012-07-12 23:09:40 +00:00
parent c5b4a080ab
commit 98a812eea0
1 changed files with 1 additions and 1 deletions

View 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);