From bcc6e2fd9bd9bdf73c62fe9e1ded42714aaf1d88 Mon Sep 17 00:00:00 2001 From: Mike Usenko Date: Sat, 16 Jan 2016 17:10:14 +0300 Subject: [PATCH] fix a typo --- base/stream.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/stream.jl b/base/stream.jl index 53d4f724b1f9f..b3669a6b2c7de 100644 --- a/base/stream.jl +++ b/base/stream.jl @@ -931,7 +931,7 @@ function read!(s::LibuvStream, a::Array{UInt8, 1}) finally s.buffer = sbuf if !isempty(s.readnotify.waitq) - start_reading(x) # resume reading iff there are currently other read clients of the stream + start_reading(s) # resume reading iff there are currently other read clients of the stream end end end