diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-12-12 14:33:47 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-12-12 14:33:47 +0000 |
commit | 7922f4ee7bd4c18509c6774971fd007a4c5a10e3 (patch) | |
tree | cccfdd336c64b1b652a4b2333fa2efef0ba5edb3 /control-notify.c | |
parent | 0d99519c3d3522e9281f8e0726e3d71fcf3e57f3 (diff) | |
parent | 5134666702ce972390f39e34bed9b60fe566263a (diff) | |
download | rtmux-7922f4ee7bd4c18509c6774971fd007a4c5a10e3.tar.gz rtmux-7922f4ee7bd4c18509c6774971fd007a4c5a10e3.tar.bz2 rtmux-7922f4ee7bd4c18509c6774971fd007a4c5a10e3.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'control-notify.c')
-rw-r--r-- | control-notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-notify.c b/control-notify.c index a1e2b7bf..babfcf2d 100644 --- a/control-notify.c +++ b/control-notify.c @@ -54,7 +54,7 @@ control_notify_input(struct client *c, struct window_pane *wp, else evbuffer_add_printf(message, "%c", buf[i]); } - control_write_buffer(c, message); + control_write(c, "%s", EVBUFFER_DATA(message)); evbuffer_free(message); } } |