urlmon: Report total data read in this bind operation to OnDataAvailable, not the size of the available buffer.

This commit is contained in:
Misha Koshelev 2007-08-02 00:12:08 -05:00 committed by Alexandre Julliard
parent b3a660a69c
commit 55409b2e04

View file

@ -951,7 +951,7 @@ static void report_data(Binding *This, DWORD bscf, ULONG progress, ULONG progres
fill_stream_buffer(This->stream);
IBindStatusCallback_OnDataAvailable(This->callback, bscf, This->stream->buf_size,
IBindStatusCallback_OnDataAvailable(This->callback, bscf, progress,
&formatetc, &This->stgmed);
if(end_download) {