Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 6, 2025
1 parent 1f45bc7 commit 3b336b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,9 +852,10 @@ static Obj FuncREAD(Obj self, Obj inputObj)
static Obj FuncREAD_STREAM_LOOP(Obj self,
Obj instream,
Obj outstream,
Obj context)
Obj ctx)
{
Int res;
volatile Obj context = ctx;

RequireInputStream(SELF_NAME, instream);
RequireOutputStream(SELF_NAME, outstream);
Expand Down

0 comments on commit 3b336b3

Please sign in to comment.