mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[misc] fix CodeQL warnings
This commit is contained in:
parent
d18260bec3
commit
3177e70e25
12 changed files with 27 additions and 27 deletions
|
@ -368,7 +368,7 @@ DWORD WINAPI WimProgressCallback(DWORD dwMsgId, WPARAM wParam, LPARAM lParam, PV
|
|||
case WIM_MSG_ERROR:
|
||||
if (level == NULL) level = "error";
|
||||
SetLastError((DWORD)lParam);
|
||||
uprintf("WIM processing %s: %S [err = %d]\n", level, (PWSTR)wParam, WindowsErrorString());
|
||||
uprintf("WIM processing %s: %S [%s]\n", level, (PWSTR)wParam, WindowsErrorString());
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue