mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
The stream-external-format of a broadcast stream is always :default.
This commit is contained in:
parent
5731ec7e62
commit
09cbce533a
1 changed files with 1 additions and 5 deletions
|
|
@ -2011,11 +2011,7 @@ const struct ecl_file_ops broadcast_ops = {
|
|||
streams = CONS(x, streams);
|
||||
}
|
||||
x = alloc_stream();
|
||||
if (Null(streams)) {
|
||||
x->stream.format = @':pass-through';
|
||||
} else {
|
||||
x->stream.format = cl_stream_external_format(ECL_CONS_CAR(streams));
|
||||
}
|
||||
x->stream.format = @':default';
|
||||
x->stream.ops = duplicate_dispatch_table(&broadcast_ops);
|
||||
x->stream.mode = (short)smm_broadcast;
|
||||
BROADCAST_STREAM_LIST(x) = cl_nreverse(streams);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue