mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 00:24:27 -04:00
[misc] fix CodeQL warnings
This commit is contained in:
parent
d18260bec3
commit
3177e70e25
12 changed files with 27 additions and 27 deletions
|
@ -994,7 +994,7 @@ static DWORD WINAPI DownloadISOThread(LPVOID param)
|
|||
PIPE_TYPE_MESSAGE | PIPE_READMODE_MESSAGE | PIPE_WAIT, PIPE_UNLIMITED_INSTANCES,
|
||||
dwPipeSize, dwPipeSize, 0, NULL);
|
||||
if (hPipe == INVALID_HANDLE_VALUE) {
|
||||
uprintf("Could not create pipe '%s': %s", pipe, WindowsErrorString);
|
||||
uprintf("Could not create pipe '%s': %s", pipe, WindowsErrorString());
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue