diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-10-28 10:01:25 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-10-28 10:01:25 +0000 |
commit | 57948a0dfc56bfa5176d282e1551b49bd3422d0a (patch) | |
tree | d63046baf712108784bfc02dc36cfd541de4f92a | |
parent | 4e5f80dc62f3ae15ce74a1821ad97329371d4f94 (diff) | |
parent | ccdebead79d4c20a0ad82f247d9339224af19a82 (diff) | |
download | rtmux-57948a0dfc56bfa5176d282e1551b49bd3422d0a.tar.gz rtmux-57948a0dfc56bfa5176d282e1551b49bd3422d0a.tar.bz2 rtmux-57948a0dfc56bfa5176d282e1551b49bd3422d0a.zip |
Merge branch 'obsd-master'
-rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ window_create(u_int sx, u_int sy) struct window *w; w = xcalloc(1, sizeof *w); - w->name = NULL; + w->name = xstrdup(""); w->flags = 0; TAILQ_INIT(&w->panes); |