Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2019-07-05 11:02:26 +01:00
commit bc112a8c89

View File

@ -2700,7 +2700,7 @@ window_copy_append_selection(struct window_mode_entry *wme)
struct window_pane *wp = wme->wp; struct window_pane *wp = wme->wp;
char *buf; char *buf;
struct paste_buffer *pb; struct paste_buffer *pb;
const char *bufdata, *bufname; const char *bufdata, *bufname = NULL;
size_t len, bufsize; size_t len, bufsize;
struct screen_write_ctx ctx; struct screen_write_ctx ctx;