mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
9.18
This commit is contained in:
committed by
Kornel Lesiński
parent
2eb60a0598
commit
c65230d858
@@ -218,7 +218,7 @@ void CPropVariant::InternalCopy(const PROPVARIANT *pSrc)
|
||||
int CPropVariant::Compare(const CPropVariant &a)
|
||||
{
|
||||
if (vt != a.vt)
|
||||
return 0; // it's bug case
|
||||
return MyCompare(vt, a.vt);
|
||||
switch (vt)
|
||||
{
|
||||
case VT_EMPTY: return 0;
|
||||
|
||||
Reference in New Issue
Block a user