mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
v3.20 (Build 1929)
* Fix a Coverity warning and lock.yml syntax
This commit is contained in:
parent
fbad63666e
commit
b2bf29f652
5 changed files with 11 additions and 10 deletions
|
@ -744,7 +744,7 @@ BOOL WimIsValidIndex(const char* image, int index)
|
|||
|
||||
// Zero indexes are invalid
|
||||
if (index == 0)
|
||||
return FALSE;
|
||||
goto out;
|
||||
|
||||
hWim = pfWIMCreateFile(wimage, WIM_GENERIC_READ, WIM_OPEN_EXISTING,
|
||||
(img_report.wininst_version >= SPECIAL_WIM_VERSION) ? WIM_UNDOCUMENTED_BULLSHIT : 0, 0, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue