Null stream should be closed initially

This commit is contained in:
jjgarcia 2008-08-19 12:09:56 +00:00
parent eb548bfd4a
commit ba7f0da4a7

View file

@ -2992,7 +2992,7 @@ init_file(void)
null_stream = cl_alloc_object(t_stream);
null_stream->stream.mode = (short)smm_io;
null_stream->stream.closed = 0;
null_stream->stream.closed = 1;
null_stream->stream.file = NULL;
null_stream->stream.object0 = @'base-char';
null_stream->stream.object1 = make_constant_base_string("/dev/null");