mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 12:03:40 -08:00
fix return statement of si_copy_stream
This commit is contained in:
parent
2b92a7acd9
commit
0ad38e2a3d
1 changed files with 1 additions and 1 deletions
|
|
@ -5082,7 +5082,7 @@ si_copy_stream(cl_object in, cl_object out, cl_object wait)
|
|||
}
|
||||
}
|
||||
ecl_force_output(out);
|
||||
@(return c==EOF);
|
||||
@(return ((c==EOF) ? ECL_T : ECL_NIL));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue