billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=bfa9cd30e731fbfa59b7ece5704bd47754337b8d

commit bfa9cd30e731fbfa59b7ece5704bd47754337b8d
Author: Boris Faure <[email protected]>
Date:   Sun Jan 11 13:48:05 2015 +0100

    fix shadowed variable
---
 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 cd06b4d..933c79c 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -4053,11 +4053,11 @@ _smart_apply(Evas_Object *obj)
      }
    if (sd->preedit_str)
      {
-        int x = sd->cursor.x, y = sd->cursor.y;
         Eina_Unicode *uni, g;
         int len = 0, i, jump, xx, backx;
         Eina_Bool dbl;
         Evas_Textgrid_Cell *tc;
+        x = sd->cursor.x, y = sd->cursor.y;
 
         uni = eina_unicode_utf8_to_unicode(sd->preedit_str, &len);
         if (uni)

-- 


Reply via email to