mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 19:50:44 -07:00
cosmetic fixes(2)
This commit is contained in:
parent
40f47f04aa
commit
786039ca97
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ create_descriptor(cl_object stream, cl_object direction,
|
|||
cl_object
|
||||
si_run_program_inner(cl_object command, cl_object argv, cl_object environ) {
|
||||
cl_env_ptr the_env = ecl_process_env();
|
||||
int parent_write = 0, parent_read = 0, parent_error = 0;
|
||||
int parent_write = 0, parent_read = 0;
|
||||
cl_object pid, stream_write, stream_read, exit_status;
|
||||
|
||||
command = si_copy_to_simple_base_string(command);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue