mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
slave: rename slave_spawn() -> slave_exec()
This commit is contained in:
parent
4ec9db8e18
commit
ce5f5e4d51
3 changed files with 3 additions and 3 deletions
|
|
@ -436,7 +436,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct wayland *wayl,
|
|||
shell_argv = _shell_argv;
|
||||
}
|
||||
|
||||
slave_spawn(ptmx, shell_argv, fork_pipe[1]);
|
||||
slave_exec(ptmx, shell_argv, fork_pipe[1]);
|
||||
assert(false);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue