소스 검색

winscp.exe with /fingerprintscan waits for a key press (though the switch is still not documented)

Source commit: 875f3b6ec70ef4c4598c0193b007c3a3bbb6e28b
Martin Prikryl 8 년 전
부모
커밋
cbe7d544f3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      source/windows/ConsoleRunner.cpp

+ 1 - 0
source/windows/ConsoleRunner.cpp

@@ -2513,6 +2513,7 @@ int __fastcall FingerprintScan(TConsole * Console, TProgramParams * Params)
     Result = HandleException(Console, E);
   }
 
+  Console->WaitBeforeExit();
   return Result;
 }
 //---------------------------------------------------------------------------