diff options
| author | Andre Noll <maan@tuebingen.mpg.de> | 2026-07-22 19:43:18 +0200 |
|---|---|---|
| committer | Andre Noll <maan@tuebingen.mpg.de> | 2026-08-01 22:18:30 +0200 |
| commit | 542c4a5da15efc05342f99e092e6a2e2b831c126 (patch) | |
| tree | 9497c71cf0e2aa04d6980291862869f9921b148c /gui_theme.c | |
| parent | a65650c6ecc4b5d1e1af9c856c0f96c9056b724f (diff) | |
This is shorter and conveys enough information. Rename the static para_exec()
as well.
Diffstat (limited to 'gui_theme.c')
| -rw-r--r-- | gui_theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui_theme.c b/gui_theme.c index d356837d..18d5522e 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -99,7 +99,7 @@ static int figlet_exec(const char *str, WINDOW *win) struct figlet_output figo = {.max_width = 0}; pid_t pid; - ret = para_exec_cmdline_pid(&pid, cmd, fds); + ret = xexec(&pid, cmd, fds); if (ret < 0) return ret; write_all(fds[0], str, strlen(str)); |
