Skip to content

Commit

Permalink
Bug 1435: Failure when user's Documents folder cannot be loaded on start
Browse files Browse the repository at this point in the history
https://winscp.net/tracker/1435

Source commit: 6817352285e4b125fdb4314f1ac17e4dbce9c580
  • Loading branch information
martinprikryl committed Jan 26, 2018
1 parent 1d35b78 commit 7143683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/forms/ScpCommander.cpp
Expand Up @@ -539,7 +539,7 @@ void __fastcall TScpCommanderForm::LocalDefaultDirectory()
}
catch(Exception & E)
{
Terminal->ShowExtendedException(&E);
ShowExtendedException(NULL, &E);
LocalDirView->Path = ExtractFilePath(Application->ExeName);
}
}
Expand Down

0 comments on commit 7143683

Please sign in to comment.