Commit 833c9462 authored by Troy Rollo's avatar Troy Rollo Committed by Alexandre Julliard

Correct bug truncating downloaded files to 4096 bytes.

parent 7180775a
......@@ -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;
......
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