Correct bug truncating downloaded files to 4096 bytes.

This commit is contained in:
Troy Rollo 2005-05-05 09:50:46 +00:00 committed by Alexandre Julliard
parent 7180775af6
commit 833c946234
1 changed files with 0 additions and 1 deletions

View File

@ -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;