https://winscp.net/tracker/1435 Source commit: 6817352285e4b125fdb4314f1ac17e4dbce9c580
@@ -539,7 +539,7 @@ void __fastcall TScpCommanderForm::LocalDefaultDirectory()
}
catch(Exception & E)
{
- Terminal->ShowExtendedException(&E);
+ ShowExtendedException(NULL, &E);
LocalDirView->Path = ExtractFilePath(Application->ExeName);