[misc] update the Changelog

* Also fix a warning about uninitialized variable
This commit is contained in:
Pete Batard 2019-03-14 23:16:31 +00:00
parent 5c4324f827
commit 9cc9d3fefe
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 16 additions and 6 deletions

View file

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