mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
@@ -29,7 +29,7 @@ static const CVKeyPropIDPair g_VKeyPropIDPairs[] =
|
||||
|
||||
static int FindVKeyPropIDPair(WORD vKey)
|
||||
{
|
||||
for (int i = 0; i < ARRAY_SIZE(g_VKeyPropIDPairs); i++)
|
||||
for (unsigned i = 0; i < ARRAY_SIZE(g_VKeyPropIDPairs); i++)
|
||||
if (g_VKeyPropIDPairs[i].VKey == vKey)
|
||||
return i;
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user