mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Fix typo
This commit is contained in:
parent
b649529f67
commit
586b6b5db0
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ ipc_client_handle_command(struct cg_ipc_client *client) {
|
|||
offset = (nl_pos - client->read_buffer) + 1;
|
||||
}
|
||||
if(offset == 0) {
|
||||
wlr_log(WLR_ERROR, "Line received was longer that %d, discarding it",
|
||||
wlr_log(WLR_ERROR, "Line received was longer than %d, discarding it",
|
||||
MAX_LINE_SIZE);
|
||||
client->read_buf_len = 0;
|
||||
client->read_discard = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue