mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-16 16:14:29 -04:00
[misc] update the Changelog
* Also fix a warning about uninitialized variable
This commit is contained in:
parent
5c4324f827
commit
9cc9d3fefe
3 changed files with 16 additions and 6 deletions
|
@ -877,7 +877,7 @@ static DWORD WINAPI DownloadISOThread(LPVOID param)
|
|||
char *url = NULL, sig_url[128];
|
||||
BYTE *sig = NULL;
|
||||
HANDLE hFile, hPipe;
|
||||
DWORD dwExitCode, dwSize, dwAvail, dwPipeSize = 4096;
|
||||
DWORD dwExitCode = 99, dwSize, dwAvail, dwPipeSize = 4096;
|
||||
GUID guid;
|
||||
|
||||
IGNORE_RETVAL(CoInitializeEx(NULL, COINIT_APARTMENTTHREADED));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue