mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
9.04 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8874e4fbc9
commit
829409452d
@@ -251,7 +251,10 @@ public:
|
||||
}
|
||||
else if (!_newStyle)
|
||||
{
|
||||
if (ext.CompareNoCase(L"000") == 0 || ext.CompareNoCase(L"001") == 0)
|
||||
if (ext.CompareNoCase(L"000") == 0 ||
|
||||
ext.CompareNoCase(L"001") == 0 ||
|
||||
ext.CompareNoCase(L"r00") == 0 ||
|
||||
ext.CompareNoCase(L"r01") == 0)
|
||||
{
|
||||
_afterPart.Empty();
|
||||
_first = false;
|
||||
|
||||
Reference in New Issue
Block a user