Merge remote-tracking branch 'origin/master' into next

This commit is contained in:
James R 2020-01-01 15:53:18 -08:00
commit a358702700

View file

@ -2171,7 +2171,7 @@ skipwhite:
return data;
}
if (c == '\033')
data += 2;
data++;
else
{
com_token[len] = c;