Browse Source

Correcting assertion reversed by 21dd677b

Source commit: f8014ca9b16edef7c81ed1cb3ff52efbc1db7e8a
Martin Prikryl 6 năm trước cách đây
mục cha
commit
b64aa87136
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)));