From 833c9462346b78b3f64140c43c9691f20a98dba6 Mon Sep 17 00:00:00 2001 From: Troy Rollo Date: Thu, 5 May 2005 09:50:46 +0000 Subject: [PATCH] Correct bug truncating downloaded files to 4096 bytes. --- dlls/urlmon/umon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/urlmon/umon.c b/dlls/urlmon/umon.c index c1f3e6b58e3..4a1a512e516 100644 --- a/dlls/urlmon/umon.c +++ b/dlls/urlmon/umon.c @@ -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;