Some changes to how streams work, clean up alisp.org
This commit is contained in:
@@ -43,7 +43,7 @@ stream_err_t stream_init_file(stream_t *stream, char *name, FILE *pipe)
|
||||
|
||||
vec_init(&stream->pipe.cache, STREAM_DEFAULT_CHUNK);
|
||||
// try to read an initial chunk
|
||||
stream_chunk(stream);
|
||||
// stream_chunk(stream);
|
||||
|
||||
return STREAM_ERR_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user