mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9.04 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8874e4fbc9
commit
829409452d
@@ -131,10 +131,7 @@ int CExtToIconMap::GetIconIndex(UINT32 attributes, const UString &fileNameSpec,
|
||||
{
|
||||
fileName = L"__File__";
|
||||
if (_noExtIconIndex < 0)
|
||||
{
|
||||
int iconIndexTemp;
|
||||
GetRealIconIndex(fileName, attributes, iconIndexTemp, _noExtTypeName);
|
||||
}
|
||||
GetRealIconIndex(fileName, attributes, _noExtIconIndex, _noExtTypeName);
|
||||
typeName = _noExtTypeName;
|
||||
return _noExtIconIndex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user