Pārlūkot izejas kodu

Bug 1606: Failure when processing FileTransferProgress event

https://winscp.net/tracker/1606

Source commit: 0bb3a07508d99327a332ea20bb07977629fc065b
Martin Prikryl 7 gadi atpakaļ
vecāks
revīzija
d757d6e5e7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      source/windows/ConsoleRunner.cpp

+ 1 - 0
source/windows/ConsoleRunner.cpp

@@ -940,6 +940,7 @@ void __fastcall TExternalConsole::Progress(TScriptProgress & Progress)
   CommStruct = GetCommStruct();
   try
   {
+    ProgressEvent = CommStruct->ProgressEvent;
     Progress.Cancel = ProgressEvent.Cancel;
   }
   __finally