Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-04-16 22:01:19 +01:00
2 changed files with 15 additions and 2 deletions

2
tmux.c
View File

@ -139,6 +139,8 @@ make_label(const char *label)
if (realpath(base, resolved) == NULL)
strlcpy(resolved, base, sizeof resolved);
xasprintf(&path, "%s/%s", resolved, label);
free(base);
return (path);
fail: