diff --git a/src/bin/termiolink.c b/src/bin/termiolink.c index 188d2c7c..83ba176e 100644 --- a/src/bin/termiolink.c +++ b/src/bin/termiolink.c @@ -150,20 +150,11 @@ _termio_link_find(Evas_Object *obj, int cx, int cy, goback = EINA_FALSE; coord_forward(&x1, &y1, w, h); } - else if (len > 2 && strchr((s + 2), '@')) + else { goback = EINA_FALSE; coord_forward(&x1, &y1, w, h); } - else if (s[0] == '=') - { - } - else - { - free(s); - s = NULL; - break; - } } } if (goforward)