1
0
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:
Owen Dunn 2006-01-25 22:46:33 +00:00
parent 4c77e32305
commit b61713fb3f

View File

@ -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!
*/