mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
16.02
This commit is contained in:
committed by
Kornel Lesiński
parent
bec3b479dc
commit
1eddf527ca
@@ -310,7 +310,7 @@ void CLinkDialog::OnButton_Link()
|
||||
|
||||
void CApp::Link()
|
||||
{
|
||||
int srcPanelIndex = GetFocusedPanelIndex();
|
||||
unsigned srcPanelIndex = GetFocusedPanelIndex();
|
||||
CPanel &srcPanel = Panels[srcPanelIndex];
|
||||
if (!srcPanel.IsFSFolder())
|
||||
{
|
||||
|
||||
@@ -310,7 +310,7 @@ HRESULT CThreadCrc::ProcessVirt()
|
||||
|
||||
HRESULT CApp::CalculateCrc2(const UString &methodName)
|
||||
{
|
||||
int srcPanelIndex = GetFocusedPanelIndex();
|
||||
unsigned srcPanelIndex = GetFocusedPanelIndex();
|
||||
CPanel &srcPanel = Panels[srcPanelIndex];
|
||||
|
||||
CRecordVector<UInt32> indices;
|
||||
@@ -379,7 +379,7 @@ void CApp::CalculateCrc(const UString &methodName)
|
||||
HRESULT res = CalculateCrc2(methodName);
|
||||
if (res != S_OK && res != E_ABORT)
|
||||
{
|
||||
int srcPanelIndex = GetFocusedPanelIndex();
|
||||
unsigned srcPanelIndex = GetFocusedPanelIndex();
|
||||
CPanel &srcPanel = Panels[srcPanelIndex];
|
||||
srcPanel.MessageBoxError(res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user