Răsfoiți Sursa

Correcting assertion reversed by 21dd677b

Source commit: f8014ca9b16edef7c81ed1cb3ff52efbc1db7e8a
Martin Prikryl 6 ani în urmă
părinte
comite
b64aa87136
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -3192,7 +3192,7 @@ void __fastcall TCustomScpExplorerForm::CustomExecuteFile(TOperationSide Side,
     }
     else
     {
-      DebugAssert(IsSideLocalBrowser(Side));
+      DebugAssert(!IsSideLocalBrowser(Side));
       if (!ExecuteShell(FileName, L"", Process))
       {
         throw EOSExtException(FMTLOAD(EXECUTE_FILE_ERROR, (FileName)));