mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 21:32:49 -08:00
Fixed type mismatch by conversion of formatted string to base-string (D Statyvka)
This commit is contained in:
parent
864fc6578c
commit
716aaae799
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ si_make_pipe()
|
|||
cl_format(4, Cnil,
|
||||
make_simple_base_string("~S~{ ~S~}"),
|
||||
command, argv);
|
||||
command = si_copy_to_simple_base_string(command);
|
||||
command = ecl_null_terminated_base_string(command);
|
||||
|
||||
attr.nLength = sizeof(SECURITY_ATTRIBUTES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue