mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
don't duplicate parent_error
This commit is contained in:
parent
5e2679e5fc
commit
488797c910
1 changed files with 3 additions and 3 deletions
|
|
@ -451,9 +451,9 @@ si_spawn_subprocess(cl_object command, cl_object argv, cl_object environ,
|
|||
&child_stderr, 0, TRUE,
|
||||
DUPLICATE_SAME_ACCESS);
|
||||
/* Same for the parent_read and parent_error. */
|
||||
DuplicateHandle(current, parent_read, current,
|
||||
&parent_error, 0, TRUE,
|
||||
DUPLICATE_SAME_ACCESS);
|
||||
/* DuplicateHandle(current, parent_read, current, */
|
||||
/* &parent_error, 0, TRUE, */
|
||||
/* DUPLICATE_SAME_ACCESS); */
|
||||
}
|
||||
else
|
||||
create_descriptor(error, @':output', &child_stderr, &parent_error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue