mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 06:11:32 -06:00
4.24 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
ac2b563958
commit
47f4915611
@@ -144,7 +144,7 @@ void CPanel::SelectByType(bool selectMode)
|
||||
|
||||
UINT32 numItems;
|
||||
_folder->GetNumberOfItems(&numItems);
|
||||
if (_selectedStatusVector.Size() != numItems)
|
||||
if ((UInt32)_selectedStatusVector.Size() != numItems)
|
||||
throw 11111;
|
||||
|
||||
if (isItemFolder)
|
||||
|
||||
Reference in New Issue
Block a user