billiob pushed a commit to branch master.

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

commit a6828665dc7511f649b916b21abd3bd7f8e35ac6
Author: Boris Faure <bill...@gmail.com>
Date:   Tue Jun 23 00:09:54 2020 +0200

    termptyesc: oops
---
 src/bin/termptyesc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 0d02afe..a196f41 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -3925,7 +3925,7 @@ static void
 _handle_xterm_11_command(Termpty *ty, Eina_Unicode *p, int len)
 {
 
-   if (!*p || !*p)
+   if (!p || !*p)
      goto err;
 
    if (*p == '?')

-- 


Reply via email to