diff --git a/src/bin/termpty.c b/src/bin/termpty.c index d7899ebd..0fcd6f59 100644 --- a/src/bin/termpty.c +++ b/src/bin/termpty.c @@ -56,7 +56,7 @@ _handle_buf(Termpty *ty, const Eina_Unicode *codepoints, int len) Eina_Unicode *c, *ce, *b; int n, bytes; - c = (int *)codepoints; + c = (Eina_Unicode *)codepoints; ce = &(c[len]); if (ty->buf)