Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-10-14 12:01:26 +01:00
7 changed files with 83 additions and 3 deletions

1
tmux.c
View File

@ -127,6 +127,7 @@ make_label(const char *label, char **cause)
free(base);
goto fail;
}
free(base);
if (mkdir(resolved, S_IRWXU) != 0 && errno != EEXIST)
goto fail;