mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
cosmetic: line wrap
This commit is contained in:
parent
b414d3fc4a
commit
ef665f0faf
1 changed files with 1 additions and 2 deletions
|
|
@ -730,8 +730,7 @@ create_descriptor(cl_object stream, cl_object direction,
|
|||
}
|
||||
if (!Null(environ)) {
|
||||
char **pstrings;
|
||||
cl_object buffer = from_list_to_execve_argument(environ,
|
||||
&pstrings);
|
||||
cl_object buffer = from_list_to_execve_argument(environ, &pstrings);
|
||||
execve((char*)command->base_string.self, (char **)argv_ptr, pstrings);
|
||||
} else {
|
||||
execvp((char*)command->base_string.self, (char **)argv_ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue