urlmon: Report total data read in this bind operation to OnDataAvailable, not the size of the available buffer.
This commit is contained in:
parent
b3a660a69c
commit
55409b2e04
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue