billiob pushed a commit to branch master.

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

commit b9a994c4bd4e3b8523cec1333e8e93d42eb66bab
Author: Boris Faure <bill...@gmail.com>
Date:   Mon Sep 15 23:30:48 2014 +0200

    fix compilation. I'm tired…
---
 src/bin/termpty.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/termpty.c b/src/bin/termpty.c
index adb6af1..f4959cc 100644
--- a/src/bin/termpty.c
+++ b/src/bin/termpty.c
@@ -78,7 +78,7 @@ _handle_buf(Termpty *ty, const Eina_Unicode *codepoints, int 
len)
         ce = c + ty->buflen;
         while (c < ce)
           {
-             n = _termpty_handle_seq(ty, c, ce);
+             n = termpty_handle_seq(ty, c, ce);
              if (n == 0)
                {
                   Eina_Unicode *tmp = ty->buf;
@@ -115,7 +115,7 @@ _handle_buf(Termpty *ty, const Eina_Unicode *codepoints, 
int len)
      {
         while (c < ce)
           {
-             n = _termpty_handle_seq(ty, c, ce);
+             n = termpty_handle_seq(ty, c, ce);
              if (n == 0)
                {
                   bytes = ((char *)ce - (char *)c) + sizeof(Eina_Unicode);

-- 


Reply via email to