mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Various minor style and spacing nits.
This commit is contained in:
@ -914,7 +914,7 @@ server_client_msg_command(struct client *c, struct imsg *imsg)
|
||||
fatalx("bad MSG_COMMAND size");
|
||||
memcpy(&data, imsg->data, sizeof data);
|
||||
|
||||
buf = (char*)imsg->data + sizeof data;
|
||||
buf = (char *)imsg->data + sizeof data;
|
||||
len = imsg->hdr.len - IMSG_HEADER_SIZE - sizeof data;
|
||||
if (len > 0 && buf[len - 1] != '\0')
|
||||
fatalx("bad MSG_COMMAND string");
|
||||
|
Reference in New Issue
Block a user