mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
16.01
This commit is contained in:
committed by
Kornel Lesiński
parent
66ac98bb02
commit
bec3b479dc
@@ -1067,10 +1067,7 @@ STDMETHODIMP CAgentFolder::BindToParentFolder(IFolderFolder **resultFolder)
|
||||
if (parentIndex < 0)
|
||||
proxyDirIndex = k_Proxy2_RootDirIndex;
|
||||
else
|
||||
{
|
||||
const CProxyFile2 &file = _proxy2->Files[parentIndex];
|
||||
proxyDirIndex = file.DirIndex;
|
||||
}
|
||||
proxyDirIndex = _proxy2->Files[parentIndex].DirIndex;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user