mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 08:57:06 +00:00
Fix build.
This commit is contained in:
@ -861,7 +861,7 @@ window_tree_search(__unused void *modedata, void *itemdata, const char *ss)
|
||||
case WINDOW_TREE_PANE:
|
||||
if (s == NULL || wl == NULL || wp == NULL)
|
||||
break;
|
||||
cmd = get_proc_name(wp->fd, wp->tty);
|
||||
cmd = osdep_get_name(wp->fd, wp->tty);
|
||||
if (cmd == NULL || *cmd == '\0') {
|
||||
free(cmd);
|
||||
return (0);
|
||||
|
Reference in New Issue
Block a user