termptyesc.c: oops

This commit is contained in:
Boris Faure 2022-06-23 23:14:51 +02:00
parent 9963645ba7
commit 731e5781f4
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 1 additions and 1 deletions

View File

@ -4489,7 +4489,7 @@ _handle_esc_dcs(Termpty *ty,
}
*b = 0;
if ((*cc == ST) || (*cc == '\\')) cc++;
else {return 0};
else return 0;
len = cc - c;
switch (buf[0])
{