Fixed type mismatch by conversion of formatted string to base-string (D Statyvka)

This commit is contained in:
Juan Jose Garcia Ripoll 2009-06-17 20:27:57 +02:00
parent 864fc6578c
commit 716aaae799

View file

@ -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);