mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Don't explicitly open the logfile on startup; it'll automatically be opened
by logwrite() as necessary. Should fix win-askappend-multi. [originally from svn r6533]
This commit is contained in:
parent
4c77e32305
commit
b61713fb3f
@ -795,11 +795,6 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
|
||||
*/
|
||||
set_input_locale(GetKeyboardLayout(0));
|
||||
|
||||
/*
|
||||
* Open the initial log file if there is one.
|
||||
*/
|
||||
logfopen(logctx);
|
||||
|
||||
/*
|
||||
* Finally show the window!
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user