mirror of
https://github.com/tmux/tmux.git
synced 2024-10-31 22:58:49 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
023b0f76c3
7
paste.c
7
paste.c
@ -240,11 +240,8 @@ paste_rename(const char *oldname, const char *newname, char **cause)
|
|||||||
}
|
}
|
||||||
|
|
||||||
pb_new = paste_get_name(newname);
|
pb_new = paste_get_name(newname);
|
||||||
if (pb_new != NULL) {
|
if (pb_new != NULL)
|
||||||
if (cause != NULL)
|
paste_free(pb_new);
|
||||||
xasprintf(cause, "buffer %s already exists", newname);
|
|
||||||
return (-1);
|
|
||||||
}
|
|
||||||
|
|
||||||
RB_REMOVE(paste_name_tree, &paste_by_name, pb);
|
RB_REMOVE(paste_name_tree, &paste_by_name, pb);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user