v3.20 (Build 1929)

* Fix a Coverity warning and lock.yml syntax
This commit is contained in:
Pete Batard 2022-08-03 16:43:50 +01:00
parent fbad63666e
commit b2bf29f652
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
5 changed files with 11 additions and 10 deletions

View file

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