Explorar el Código

Correcting b0b968cc for the 5.18 branch

Source commit: 573671246454f40c243d0133013935af5eb72ce2
Martin Prikryl hace 4 años
padre
commit
6433d02950
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -4955,7 +4955,7 @@ void __fastcall TCustomScpExplorerForm::FormCloseQuery(TObject * /*Sender*/,
     int ActiveSessions = 0;
     for (int Index = 0; Index < Manager->Count; Index++)
     {
-      if (Manager->Sessions[Index]->Active)
+      if (Manager->Terminals[Index]->Active)
       {
         ActiveSessions++;
       }