Change a type to fix a warning with some compilers.

pull/2648/head
nicm 2021-04-09 07:02:00 +00:00
parent 30fb628388
commit 73cbe46f8d
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m)
}
static void
input_key_write(const char *from, struct bufferevent *bev, const void *data,
input_key_write(const char *from, struct bufferevent *bev, const char *data,
size_t size)
{
log_debug("%s: %.*s", from, (int)size, data);