...
This commit is contained in:
parent
e0ff6bcc5d
commit
f84cb2f07a
@ -1179,10 +1179,7 @@ do_parse_bytes(Screen *screen, const uint8_t *read_buf, const size_t read_buf_sz
|
|||||||
state = screen->pending_mode.used ? PARSE_PENDING : PARSE_READ_BUF;
|
state = screen->pending_mode.used ? PARSE_PENDING : PARSE_READ_BUF;
|
||||||
} else state = QUEUE_PENDING;
|
} else state = QUEUE_PENDING;
|
||||||
} else {
|
} else {
|
||||||
if (screen->pending_mode.used) state = PARSE_PENDING;
|
state = screen->pending_mode.used ? PARSE_PENDING : PARSE_READ_BUF;
|
||||||
else {
|
|
||||||
state = PARSE_READ_BUF;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user