Browse Source

Invalid assertion

Source commit: eeb78c9839ce3677617391b98d016eb6c8e12ef4
Martin Prikryl 1 month ago
parent
commit
fda2fe7918
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/TerminalManager.cpp

+ 1 - 1
source/windows/TerminalManager.cpp

@@ -683,7 +683,7 @@ void __fastcall TTerminalManager::ReconnectActiveTerminal()
   DebugAssert(ActiveTerminal);
 
   if ((ScpExplorer != NULL) &&
-      DebugAlwaysTrue(ActiveTerminal != FReconnectingInactiveTerminal) &&
+      (ActiveTerminal != FReconnectingInactiveTerminal) &&
       (ScpExplorer->Terminal == ActiveTerminal))
   {
     ScpExplorer->UpdateSession(ActiveTerminal);