mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-18 00:54:27 -04:00
parent
7426573dc1
commit
c07832b090
2 changed files with 6 additions and 9 deletions
|
@ -196,7 +196,6 @@ BOOL DownloadFile(const char* url, const char* file)
|
|||
SendMessage(hISOProgressBar, PBM_SETPOS, 0, 0);
|
||||
ShowWindow(hISOProgressDlg, SW_SHOW);
|
||||
UpdateWindow(hISOProgressDlg);
|
||||
// Sleep(3000);
|
||||
|
||||
PrintStatus(0, FALSE, "Downloading %s: Connecting...\n", file);
|
||||
uprintf("Downloading %s from %s\n", file, url);
|
||||
|
@ -259,8 +258,6 @@ BOOL DownloadFile(const char* url, const char* file)
|
|||
if (IS_ERROR(FormatStatus))
|
||||
goto out;
|
||||
|
||||
Sleep(250);
|
||||
|
||||
dwSize = 0;
|
||||
if (!pfWinHttpQueryDataAvailable(hRequest, &dwSize))
|
||||
uprintf("Error in WinHttpQueryDataAvailable: %s\n", WinHTTPErrorString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue