Correct bug truncating downloaded files to 4096 bytes.
This commit is contained in:
parent
7180775af6
commit
833c946234
|
@ -656,7 +656,6 @@ static HRESULT WINAPI URLMonikerImpl_BindToStorage(IMoniker* iface,
|
|||
hres = URLMonikerImpl_MoreCacheData(This, buf, bufread);
|
||||
} else
|
||||
break;
|
||||
break;
|
||||
}
|
||||
InternetCloseHandle(This->hrequest);
|
||||
hres = S_OK;
|
||||
|
|
Loading…
Reference in New Issue