mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 17:24:18 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -833,7 +833,7 @@ server_client_msg_dispatch(struct client *c)
|
||||
continue;
|
||||
}
|
||||
|
||||
log_debug("got %d from client %d", imsg.hdr.type, c->ibuf.fd);
|
||||
log_debug("got %u from client %d", imsg.hdr.type, c->ibuf.fd);
|
||||
switch (imsg.hdr.type) {
|
||||
case MSG_IDENTIFY_FLAGS:
|
||||
case MSG_IDENTIFY_TERM:
|
||||
|
||||
Reference in New Issue
Block a user