mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 13:04:38 +02:00
...
This commit is contained in:
@@ -300,6 +300,7 @@ unserialize_op(uint8_t *data, size_t len, Operation *op) {
|
||||
consumed += op->data.len;
|
||||
break;
|
||||
}
|
||||
if (consumed) op->type = data[0];
|
||||
return consumed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user