Commit 6c1e595c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Break reading if IStream::Read returns 0 bytes.

parent 181332b7
......@@ -358,6 +358,8 @@ static HRESULT WINAPI BindStatusCallback_OnDataAvailable(IBindStatusCallback *if
if(This->nsstream->buf_size)
FIXME("buffer is not empty!\n");
}else {
break;
}
}while(hres == S_OK);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment