termptyesc: oops

This commit is contained in:
Boris Faure 2020-06-23 00:09:54 +02:00
parent f168a97a35
commit a6828665dc
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -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 == '?')